Skip to content

Commit a1a8eb3

Browse files
committed
Extended note.
1 parent 16ae5ed commit a1a8eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/warm-up/strsepc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ char *strsepc(char **stringp, int c);
99
which behaves like strsep(3) except that it searches only for the first
1010
occurence of a single character.
1111
12-
Try to use `strsep`() first
12+
Try to use `strsep`() first to properly understand how it works.
1313
1414
#source strsep.c
1515

0 commit comments

Comments
 (0)