#include "dylib_std.h"
Go to the source code of this file.
Defines | |
#define | STRALLOC(zz_sptr_zz) stralloc(zz_sptr_zz) |
#define | STRFREE(zz_fptr_zz) 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) |
Definition at line 63 of file dylib_strrtns.h.
Definition at line 65 of file dylib_strrtns.h.
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 | ) |