fuzzTEMPLATE.h 152 B

12345678910
  1. #ifndef FUZZTEMPLATE_H_
  2. #define FUZZTEMPLATE_H_
  3. #include "../frameDefinitions.h"
  4. int templateFuzzUpdate(int status);
  5. infoElem templateFuzz();
  6. #endif