mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-14 09:57:56 +08:00
Update fuzz.h
This commit is contained in:
parent
576b271a04
commit
9725530a4f
@ -9,6 +9,6 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
|
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
|
||||||
|
|
||||||
#endif // ifndef FUZZ_H_INCLUDED
|
#endif // ifndef FUZZ_H_INCLUDED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user