fuzzHOPTABLE.h 152 B

12345678910
  1. #ifndef FUZZHOPTABLE_H_
  2. #define FUZZHOPTABLE_H_
  3. #include "../frameDefinitions.h"
  4. int hoptableFuzzUpdate(int status);
  5. infoElem hoptableFuzz();
  6. #endif