We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ae5ed commit a1a8eb3Copy full SHA for a1a8eb3
modules/warm-up/strsepc.md
@@ -9,7 +9,7 @@ char *strsepc(char **stringp, int c);
9
which behaves like strsep(3) except that it searches only for the first
10
occurence of a single character.
11
12
-Try to use `strsep`() first
+Try to use `strsep`() first to properly understand how it works.
13
14
#source strsep.c
15
0 commit comments