Skip to content

Commit 3247202

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Updated fuzz.h
1 parent 0e3b22d commit 3247202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test_lib_json/fuzz.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#ifndef FUZZ_H_INCLUDED
77
#define FUZZ_H_INCLUDED
88

9-
#include <stddef.h>
10-
#include <stdint.h>
9+
#include <cstddef>
10+
#include <cstdint>
1111

12-
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
12+
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
1313

1414
#endif // ifndef FUZZ_H_INCLUDED

0 commit comments

Comments
 (0)