We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2939d85 commit d81a3caCopy full SHA for d81a3ca
src/test_lib_json/fuzz.h
@@ -9,6 +9,6 @@
9
#include <cstddef>
10
#include <stdint.h>
11
12
-int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
+extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
13
14
#endif // ifndef FUZZ_H_INCLUDED
0 commit comments