fuzzAPREPORT.h 152 B

12345678910
  1. #ifndef FUZZAPREPORT_H_
  2. #define FUZZAPREPORT_H_
  3. #include "../frameDefinitions.h"
  4. int apreportFuzzUpdate(int status);
  5. infoElem apreportFuzz();
  6. #endif