Added missing exit() declaration and missing SEEK_ macros.
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
#define stderr __stderr
|
||||
#define stdin __stdin
|
||||
|
||||
#define SEEK_SET 1
|
||||
#define SEEK_CUR 2
|
||||
#define SEEK_END 3
|
||||
|
||||
BA_EXTERN_C_BEGIN
|
||||
|
||||
typedef struct __file FILE;
|
||||
|
||||
Reference in New Issue
Block a user