tests d'une autre maniere de faire split en cas de str NULL

This commit is contained in:
Hugo LAMY
2019-12-13 01:36:19 +01:00
parent 5afa7e74f7
commit 18ad78eb17
2 changed files with 6 additions and 5 deletions

View File

@@ -138,6 +138,7 @@ int main()
print_ft_strtrim("efzfe fzef", "");
print_ft_strtrim("efzfzelelijz", " ");
print_ft_strtrim(" e f zfzelelijz ", " ");
print_ft_strtrim("cccccccccccccccccccc", "c");
printf("\n");