|
LLVM
4.0.0
|
#include <assert.h>#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const unsigned char *data, size_t size) |
| __attribute__ ((weak)) | |
| __attribute__ | ( | (weak) | ) |
Definition at line 22 of file StandaloneFuzzTargetMain.c.
References assert(), i, LLVMFuzzerInitialize(), and LLVMFuzzerTestOneInput().
Referenced by __attribute__().
1.8.6