// // Created by YY on 2020/3/9. // #ifndef MYAPPLICATION2_DUMMY_LIGHT_H #define MYAPPLICATION2_DUMMY_LIGHT_H struct dummy_light_exam { int item; char tts[512]; }; void StartDummyLightExam(struct dummy_light_exam *ptr, int num); void DummyLightTTSDone(int id); #endif //MYAPPLICATION2_DUMMY_LIGHT_H