shell-scape: Échappe des caractères spéciaux

This commit is contained in:
2022-12-01 08:10:56 +01:00
parent 27eafc7b9c
commit d1d8771348
7 changed files with 102 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ char *tmp_end(void);
*/
char *tmp_append_char(char c);
char *tmp_append_sized(const char *buffer, size_t buffer_sz);
char *tmp_append_cstr(const char *cstr);
void tmp_clean();