mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
code format
This commit is contained in:
@ -46,8 +46,8 @@ using namespace fuzzer;
|
||||
|
||||
extern "C" {
|
||||
|
||||
#define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN)
|
||||
RETURN_TYPE NAME##Def FUNC_SIG {
|
||||
#define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN)
|
||||
RETURN_TYPE NAME##Def FUNC_SIG {
|
||||
|
||||
Printf("ERROR: Function \"%s\" not defined.\n", #NAME);
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user