fuzzer.h 89 B

12345678
  1. #ifndef FUZZER_H_
  2. #define FUZZER_H_
  3. void increaseFuzzer();
  4. int getNotifyDone();
  5. #endif