It would be nice if the interface functions declared in
cinterf.h could be declared with const correctness in
mind. For instance, the declaration
extern char* string_find(char*, int);
should be changed to (something equivalent to)
extern char* string_find(const char*, int);
Logged In: YES
user_id=13011
Originator: NO
Finally fixed.