Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
fuzz.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Facebook, Inc.
3 * All rights reserved.
4 *
5 * This source code is licensed under both the BSD-style license (found in the
6 * LICENSE file in the root directory of this source tree) and the GPLv2 (found
7 * in the COPYING file in the root directory of this source tree).
8 * You may select, at your option, one of the above-listed licenses.
9 */
10
37#ifndef FUZZ_H
38#define FUZZ_H
39
40#include <stddef.h>
41#include <stdint.h>
42
43#ifdef __cplusplus
44extern "C" {
45#endif
46
47int LLVMFuzzerTestOneInput(const uint8_t *src, size_t size);
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif
const char * src
Definition lz4.h:866
size_t size
Definition platform.h:559
int LLVMFuzzerTestOneInput(const uint8_t *src, size_t size)
Definition compress_frame_fuzzer.c:18