talking about fgets

This commit is contained in:
tTh
2023-07-15 09:55:13 +02:00
parent 8ba88d2b8d
commit a1f8b096e3
4 changed files with 64 additions and 2 deletions

View File

@@ -8,3 +8,6 @@ no-op: no-op.c Makefile
slowprint: slowprint.c Makefile
gcc -Wall $< -o $@
fgets-simple: fgets-simple.c Makefile
gcc -Wall $< -o $@