|
DyLP 1.10.4
|
#include "dylib_std.h"Go to the source code of this file.
Macros | |
| #define | STRALLOC(zz_sptr_zz) |
| #define | STRFREE(zz_fptr_zz) |
Functions | |
| int | cistrcmp (const char *str1, const char *str2) |
| int | cimstrcmp (const char *str1, const char *str2) |
| int | mstrcmp (const char *str1, const char *str2) |
| char * | strsave (char *original) |
| const char * | stralloc (const char *string) |
| bool | strfree (const char *string) |
| #define STRALLOC | ( | zz_sptr_zz | ) |
Definition at line 63 of file dylib_strrtns.h.
| #define STRFREE | ( | zz_fptr_zz | ) |
Definition at line 65 of file dylib_strrtns.h.
|
extern |
| int cimstrcmp | ( | const char * | str1, |
| const char * | str2 ) |
| int mstrcmp | ( | const char * | str1, |
| const char * | str2 ) |
|
extern |
|
extern |
|
extern |