medical_SDK/include/test.h

8 lines
82 B
C
Raw Normal View History

2025-07-28 11:56:50 +08:00
#ifndef _TEST_h_
#define _TEST_H_
#include<headfile.h>
void myprint();
#endif