Go to the documentation of this file. 45 char* stdimpl_strcpy(
char *s1,
const char *s2);
46 char* stdimpl_strcat(
char *dst,
const char *src);
47 char* stdimpl_strncat(
char *dst,
const char *src,
unsigned int count);
48 int stdimpl_strlen(
const char *str);
49 int stdimpl_strcmp(
const char *s1,
const char *s2);
50 int stdimpl_memcmp(
const void *s1,
const void *s2,
int s);
51 char* stdimpl_itoa(
long v,
char *
string,
int r);
52 char* stdimpl_utoa(
unsigned long v,
char *
string,
int r);