mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Added chrupper
This commit is contained in:
parent
26d5ffc14c
commit
8c58d5f63b
@ -7,5 +7,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