Christian Kroll
15 years ago
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
#include "bast.h" |
||||
|
|
||||
|
int bla() |
||||
|
{ |
||||
|
return 0; |
||||
|
} |
@ -0,0 +1,6 @@ |
|||||
|
#ifndef BAST_H_ |
||||
|
#define BAST_H_ |
||||
|
|
||||
|
int bla(); |
||||
|
|
||||
|
#endif /* BAST_H_ */ |
Loading…
Reference in new issue