From 78eefa4b5a74690a537fc725b4de2224548a0826 Mon Sep 17 00:00:00 2001 From: dol-sen Date: Wed, 5 Oct 2011 13:50:03 -0700 Subject: move everything to prep for a merge into layman. --- c-layman/doc/html/stringlist_8c.html | 57 ++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 c-layman/doc/html/stringlist_8c.html (limited to 'c-layman/doc/html/stringlist_8c.html') diff --git a/c-layman/doc/html/stringlist_8c.html b/c-layman/doc/html/stringlist_8c.html new file mode 100644 index 0000000..e4048c5 --- /dev/null +++ b/c-layman/doc/html/stringlist_8c.html @@ -0,0 +1,57 @@ + + +C-Layman: /home/detlev/src/c-layman/src/stringlist.c File Reference + + + + + +
+

/home/detlev/src/c-layman/src/stringlist.c File Reference

#include <Python.h>
+#include <stdlib.h>
+#include "stringlist.h"
+ + + + + + + + + + + + + + + + + + + + + + + +

Data Structures

struct  StringList

Functions

StringListstringListCreate (size_t len)
int stringListInsertAt (StringList *l, unsigned int pos, char *str)
unsigned int stringListCount (StringList *l)
char * stringListGetAt (StringList *l, unsigned int pos)
void stringListPrint (StringList *list)
void stringListFree (StringList *list)
StringListlistToCList (PyObject *list)
PyObject * cListToPyList (StringList *list)
+
+
Generated on Fri Aug 6 20:00:53 2010 for C-Layman by  + +doxygen 1.5.8
+ + -- cgit v1.2.3-1-g7c22