Go to the documentation of this file.
12 #ifndef LLVM_FUZZER_EXT_FUNCTIONS_H
13 #define LLVM_FUZZER_EXT_FUNCTIONS_H
26 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
27 RETURN_TYPE(*NAME) FUNC_SIG = nullptr
29 #include "FuzzerExtFunctions.def"