7 lines
66 B
C
7 lines
66 B
C
|
#ifndef BAST_H_
|
||
|
#define BAST_H_
|
||
|
|
||
|
int bla();
|
||
|
|
||
|
#endif /* BAST_H_ */
|