xref
: /
third_party
/
libsnd
/
ossfuzz
/
testinput.h
(revision b815c7f3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libsnd/ossfuzz/
1
#
include
<
inttypes.h
>
2
3
extern
"C"
int
LLVMFuzzerTestOneInput
(
const
uint8_t
*
data
,
size_t
size
);
4