Espresso 0.0.2a
This commit is contained in:
@ -17,6 +17,9 @@ char* strdup(const char* s);
|
||||
char* strtok(char* str, const char* delim);
|
||||
char* strchr(const char* s, int c);
|
||||
|
||||
/* this function is NOT in the standard C library */
|
||||
int num_strchr(const char* s, int c);
|
||||
|
||||
void lowers(char* str);
|
||||
void uppers(char* str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user