fctom1215
2020-03-10 10c6d47260b4fb34262ec7a703a06fffa6a90ad0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// 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);
 
#endif //MYAPPLICATION2_DUMMY_LIGHT_H