We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cc408 commit 2e065e1Copy full SHA for 2e065e1
1 file changed
rules/cstring/src.cpp
@@ -1,6 +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
-#include <cstring>
+#include <string.h>
5
6
const char *f6(const char *a0, int a1) { return strchr(a0, a1); }
0 commit comments