fuzzCF.h 128 B

12345678910
  1. #ifndef FUZZCF_H_
  2. #define FUZZCF_H_
  3. #include "../frameDefinitions.h"
  4. int cfFuzzUpdate(int status);
  5. infoElem cfFuzz();
  6. #endif