Go to the first, previous, next, last section, table of contents.


Problems And Missing Features

* getpwent etc are used.
* the array handling is broken
the library should allocate the needed place for the array.
* array search functions are broken
cl_isinwarray and cl_isinarray should be one function. They should not return 1, but either an index of the found string or a pointer to its address. cl_isinwarray should have an option to match caseinsensitive
* variable deletion impossible
it's not possible to delete a variable with cl_putconf().
* lines a limited to 1024 chars
the maximal line length is limited to 1024 characters. It should not be to hard to change this, but ... have a look into cl_getstanza.c.


Go to the first, previous, next, last section, table of contents.