fuzz/fuzzer.h: Add extern 'C'
This commit is contained in:
parent
f41c6aaf63
commit
bce2e9acb0
|
@ -25,4 +25,7 @@
|
|||
#include <stddef.h> // size_t
|
||||
#include <stdint.h> // uint8_t
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
|
||||
|
|
Loading…
Reference in New Issue