Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
dev
/
.
/
ossfuzz
/
testinput.h
blob: 0e50a3c1d823b7fd1fc0aaac57e51b8eb75fa0e3 [
file
] [
log
] [
blame
] [
raw
]
#ifndef
TESTINPUT_H_INCLUDED
#define
TESTINPUT_H_INCLUDED
#include
<inttypes.h>
#if defined (__cplusplus)
extern
"C"
{
#endif
int
LLVMFuzzerTestOneInput
(
const
uint8_t
*
data
,
size_t
size
);
#if defined(__cplusplus)
}
#endif
#endif