Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247
/
.
/
src
/
fuzz
/
fuzz.h
blob: 579b0eed730d625c01c86f38509c85687c3c83b4 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma
once
#include
<stddef.h>
#include
<stdint.h>
/* The entry point into the fuzzer */
int
LLVMFuzzerTestOneInput
(
const
uint8_t
*
data
,
size_t
size
);