7 lines
67 B
C
7 lines
67 B
C
|
#ifndef MYFUN_H
|
||
|
#define MYFUN_H
|
||
|
|
||
|
void myfun1();
|
||
|
|
||
|
#endif // MYFUN_H
|