mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Update string.h
This commit is contained in:
parent
9be5ff45a2
commit
156790f18d
@ -8,5 +8,6 @@ int strlen(char s[]);
|
|||||||
void backspace(char s[]);
|
void backspace(char s[]);
|
||||||
void append(char s[], char n);
|
void append(char s[], char n);
|
||||||
int strcmp(char s1[], char s2[]);
|
int strcmp(char s1[], char s2[]);
|
||||||
|
char chrupper(char chr);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user