7 lines
49 B
C
7 lines
49 B
C
|
#ifndef LIB_H
|
||
|
#define LIB_H
|
||
|
|
||
|
void foo();
|
||
|
|
||
|
#endif
|