8 lines
82 B
C
8 lines
82 B
C
|
|
#ifndef _TEST_h_
|
||
|
|
#define _TEST_H_
|
||
|
|
|
||
|
|
#include<headfile.h>
|
||
|
|
void myprint();
|
||
|
|
|
||
|
|
#endif
|