Skip to content

Commit 2e065e1

Browse files
committed
Use string.h instead of string
1 parent 95cc408 commit 2e065e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/cstring/src.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2022-present INESC-ID.
22
// Distributed under the MIT license that can be found in the LICENSE file.
33

4-
#include <cstring>
4+
#include <string.h>
55

66
const char *f6(const char *a0, int a1) { return strchr(a0, a1); }

0 commit comments

Comments
 (0)