fuzzTIM.h 132 B

12345678910
  1. #ifndef FUZZTIM_H_
  2. #define FUZZTIM_H_
  3. #include "../frameDefinitions.h"
  4. int timFuzzUpdate(int status);
  5. infoElem timFuzz();
  6. #endif