6 lines
66 B
C
6 lines
66 B
C
#ifndef PROJ_H___
|
|
#define PROJ_H___
|
|
|
|
void call_func(void);
|
|
#endif
|
#ifndef PROJ_H___
|
|
#define PROJ_H___
|
|
|
|
void call_func(void);
|
|
#endif
|