yy1717
2020-03-09 2dd405a64e0a6e468a205e7348520e87576e5358
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Created by YY on 2020/3/9.
//
 
#include <cstdlib>
#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;
}