Upgraded article title functionalify

This commit is contained in:
2020-07-05 20:15:51 +05:00
parent 55f5ccfdf4
commit fd6007b22b
9 changed files with 23 additions and 4 deletions

View File

@ -11,5 +11,6 @@ char *concat_to_front(char **str1, char *str2);
char *get_status_message(int status_code);
char *to_lower(char *str);
char *trim(char *str);
char *repair_spaces(char *str);
#endif