We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49a470 commit 18b6f6dCopy full SHA for 18b6f6d
src/std/string.h
@@ -40,7 +40,7 @@ char *strstr(const char *haystack, const char *needle)
40
__attribute__((nonnull(1, 2)));
41
42
char *strtok(char *__restrict s, const char *__restrict delim)
43
- __attribute__((nonnull(1, 2)));
+ __attribute__((nonnull(2)));
44
45
char *strdup(const char *s)
46
__attribute__ ((__malloc__)) __attribute__((nonnull(1)));
0 commit comments