Lazabuda / words_dict_test

It's for training English words
1 stars 0 forks source link

"\n" after fgets() #2

Open Lazabuda opened 2 years ago

Lazabuda commented 2 years ago

if (size > 0 && line[size - 1] == '\n') { line[size - 1] = 0; --size;