Added chrupper

This commit is contained in:
ErrorTP 2022-12-04 09:40:49 -05:00 committed by GitHub
parent 26d5ffc14c
commit 8c58d5f63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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