Commentaires

This commit is contained in:
Antoine Bartuccio 2017-06-19 15:01:45 +02:00
parent 46d99e6836
commit 1df109b825
1 changed files with 1 additions and 2 deletions

View File

@ -17,10 +17,9 @@
/* WordArray functions */
/* Take a full string and split it in a WordList according to a given set of tokens */
WordList * split(char *string, char *separator); // Tested
/* General purpose functions */
/* Main loop of the project */