inhibitor are now removed correctly

This commit is contained in:
Clément Le Bihan
2020-05-21 14:12:04 +02:00
parent 38d8fb5975
commit 870b1df1ae
3 changed files with 23 additions and 5 deletions
+3 -1
View File
@@ -20,4 +20,6 @@ char **parse_input(char *cmd);
int parse_quotes(char *ptr, char **data);
char *strcat_realloc(char *dest, char *src);
char *add_to_buffer(char *buffer, char *ptr, int nb);
char *add_to_buffer(char *buffer, char *ptr, int nb, bool inhibitors);
void remove_inhibitors_symbols_n_limit(char *str, int nb);