lib: c: io: add sys/types.h

This commit is contained in:
2026-03-21 10:42:11 +00:00
parent 3bc331b9c5
commit 32d0606d16

View File

@@ -0,0 +1,10 @@
#ifndef SYS_TYPES_H_
#define SYS_TYPES_H_
#include <mango/types.h>
#define SEEK_SET 0
#define SEEK_CUR 1
#define SEEK_END 2
#endif