|
LLVM
4.0.0
|
#include <cstring>#include <cstdint>#include <cstdio>#include <cstdlib>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
| static volatile int | sink |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 12 of file StrncmpTest.cpp.
References sink.
|
static |
Definition at line 10 of file StrncmpTest.cpp.
Referenced by LLVMFuzzerTestOneInput().
1.8.6