Electroneum
Loading...
Searching...
No Matches
block.cpp File Reference
Include dependency graph for block.cpp:

Go to the source code of this file.

Classes

class  BlockFuzzer

Functions

int main (int argc, const char **argv)

Function Documentation

◆ main()

int main ( int argc,
const char ** argv )

Definition at line 63 of file block.cpp.

64{
65 TRY_ENTRY();
66 BlockFuzzer fuzzer;
67 return run_fuzzer(argc, argv, fuzzer);
68 CATCH_ENTRY_L0("main", 1);
69}
int run_fuzzer(int argc, const char **argv, Fuzzer &fuzzer)
Definition fuzzer.cpp:48
#define CATCH_ENTRY_L0(lacation, return_val)
#define TRY_ENTRY()
Here is the call graph for this function: