Sarolus / monty

0 stars 0 forks source link

Line interpreter - Getline & tokenize #2

Open Sarolus opened 3 years ago

Sarolus commented 3 years ago

Need to look for fgets, and getline, and compare each other to see which one is better. Tokenization can be manage by strtok but could be interesting to do it using strtow.