C_learn/3_lesson/03_fun_many_file/myfun.h

7 lines
67 B
C

#ifndef MYFUN_H
#define MYFUN_H
void myfun1();
#endif // MYFUN_H