// // Created by YY on 2020/3/9. // #include #include "dummy_light.h" static struct dummy_light_exam *content; static int cn; void StartDummyLightExam(struct dummy_light_exam *ptr, int num) { content = ptr; cn = num; }