csev / cc4e

C Programming for Everybody
https://www.cc4e.com/
Other
292 stars 92 forks source link

Change gets to fgets in description - lessons listing and ccauto #63

Closed srcatto closed 1 year ago

srcatto commented 1 year ago

Assignment description uses fgets, not gets - Exercise RS-5: Write a C program to implement this Python program, using the fgets function instead of scanf. Updates cc4e/lessons.json and ccauto/index.php