]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/fuzz/fuzz.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / fuzz / fuzz.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 Copyright 2018 Jonathan Rudenberg
4 ***/
5
6 #include <stddef.h>
7 #include <stdint.h>
8
9 /* The entry point into the fuzzer */
10 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);