4 lines
58 B
C
4 lines
58 B
C
|
#ifndef A_LIB_H
|
||
|
#define A_LIB_H
|
||
|
int function(void);
|
||
|
#endif
|