demo de strtok
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# exemples pour le chapitre sur le C
|
||||
# new Sat Feb 11 12:06:34 CET 2023
|
||||
|
||||
all: no-op slowprint fgets-simple
|
||||
|
||||
no-op: no-op.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
@@ -11,3 +13,5 @@ slowprint: slowprint.c Makefile
|
||||
fgets-simple: fgets-simple.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
demo-strtok: demo-strtok.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user