fuzzFH.h 128 B

12345678910
  1. #ifndef FUZZFH_H_
  2. #define FUZZFH_H_
  3. #include "../frameDefinitions.h"
  4. int fhFuzzUpdate(int status);
  5. infoElem fhFuzz();
  6. #endif