fuzzERP.h 132 B

12345678910
  1. #ifndef FUZZERP_H_
  2. #define FUZZERP_H_
  3. #include "../frameDefinitions.h"
  4. int erpFuzzUpdate(int status);
  5. infoElem erpFuzz();
  6. #endif