Update string.h

This commit is contained in:
ErrorTP 2022-12-04 09:57:22 -05:00 committed by GitHub
parent 9be5ff45a2
commit 156790f18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,6 @@ int strlen(char s[]);
void backspace(char s[]);
void append(char s[], char n);
int strcmp(char s1[], char s2[]);
char chrupper(char chr);
#endif