17 #include "lt-memory.h" 20 #define Realloc srealloc 41 if(c1 == 0 && c2 == 0)
62 if(c1 == 0 && c2 == 0)
120 static char8 *buf = 0;
129 buf[i] = s[i] > 255 ?
'X' : s[i];
150 while(n-- > 0 && *s2)
200 if(c1 == 0 && c2 == 0)
221 if(c1 == 0 && c2 == 0)
246 if(c1 == 0 && c2 == 0)
267 if(c1 == 0 && c2 == 0)
char8 * strdup8(const char8 *s)
char8 * char16tochar8(const char16 *s)
int strncasecmp8(const char8 *s1, const char8 *s2, size_t n)
STD_API int Toupper(int c)
char16 * strncpy16(char16 *s1, const char16 *s2, size_t n)
char16 * strcpy16(char16 *s1, const char16 *s2)
int strcasecmp8(const char8 *s1, const char8 *s2)
char16 * strstr16(const char16 *s1, const char16 *s2)
char16 * char8tochar16(const char8 *s)
int strcmp16(const char16 *s1, const char16 *s2)
char16 * strchr16(const char16 *s, int c)
char16 * strdup16(const char16 *s)
int strncmp16(const char16 *s1, const char16 *s2, size_t n)
size_t strlen16(const char16 *s)
int strcasecmp16(const char16 *s1, const char16 *s2)
void * Realloc(void *mem, int bytes)
int strncasecmp16(const char16 *s1, const char16 *s2, size_t n)