|
Functions
|
| void TOOLEXPORT |
_FP_free (void *ptr) |
| char *TOOLEXPORT |
_FP_strdup (char *string) |
| char *TOOLEXPORT |
_FP_strncpy (char *dest, char *src, int length) |
| void *TOOLEXPORT |
_FP_memdup (void *ptr, int len) |
| int TOOLEXPORT |
_FP_stricmp (char *str1, char *str2) |
| int TOOLEXPORT |
_FP_strnicmp (char *str1, char *str2, int count) |
| char *TOOLEXPORT |
_FP_strstr (char *str1, char *str2) |
| char *TOOLEXPORT |
_FP_strpbrk (char *str, char *accept) |
| char *TOOLEXPORT |
_FP_strtok (char *str1, char *str2) |
| char *TOOLEXPORT |
_FP_stristr (char *str1, char *str2) |
| char *TOOLEXPORT |
_FP_strrstr (char *ptr, char *str) |
| char *TOOLEXPORT |
_FP_strirstr (char *ptr, char *str) |
| char *TOOLEXPORT |
_FP_stoupper (char *input) |
| char *TOOLEXPORT |
_FP_stolower (char *input) |
| int TOOLEXPORT |
_FP_strmatch (char *string, char *pattern) |
| char *TOOLEXPORT |
_FP_strrchr (char *string, int tc) |
| char *TOOLEXPORT |
_FP_cutdir (char *filename) |
| char *TOOLEXPORT |
_FP_fgets (char *buf, int n, FILE *stream) |
| char *TOOLEXPORT |
_FP_strerror (int errcode) |
Variables
|
| char * |
fptools_id = "$Id: fptools.c 173 2007-02-10 06:27:27Z csk $" |