Espresso 0.0.1a
This commit is contained in:
@ -11,6 +11,9 @@ int32_t strncmp(const char *s1, const char *s2, size_t n);
|
||||
size_t strcpy(char *dst, const char *src);
|
||||
char *strncpy(char *dest, const char *src, uint32_t n);
|
||||
void strcat(char *dest, const char *src);
|
||||
char* strdup(const char* s);
|
||||
char* strtok(char* str, const char* delim);
|
||||
char* strchr(const char* s, int c);
|
||||
|
||||
int32_t ischar(int32_t c);
|
||||
int32_t isspace(char c);
|
||||
|
Reference in New Issue
Block a user