Added missing exit() declaration and missing SEEK_ macros.

This commit is contained in:
2024-02-02 00:13:52 +01:00
parent 918aab5b2e
commit 9b9d5ade09
2 changed files with 5 additions and 0 deletions

View File

@@ -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;