We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc950f commit 46ae019Copy full SHA for 46ae019
1 file changed
rules/cstring/src.cpp
@@ -1,7 +1,6 @@
1
// Copyright (c) 2022-present INESC-ID.
2
// Distributed under the MIT license that can be found in the LICENSE file.
3
4
-#define _GNU_SOURCE
5
#include <string.h>
6
7
const char *f6(const char *a0, int a1) { return strchr(a0, a1); }
0 commit comments