medical_SDK/include/test.h

8 lines
82 B
C

#ifndef _TEST_h_
#define _TEST_H_
#include<headfile.h>
void myprint();
#endif