Cleaning up

This commit is contained in:
AnonymusRaccoon
2020-03-02 16:43:00 +01:00
parent 04f3ca258c
commit 959963b7a8
+1 -1
View File
@@ -78,7 +78,7 @@ char *my_strcat(char *dest, const char *src);
int my_strcmp(const char *s1, const char *s2);
char *my_strcpy(const char *str);
char *my_strcpy(char *dest, const char *str);
int my_str_isalpha(const char *str);