Implement fseek

This commit is contained in:
Alex
2023-05-05 19:19:44 +03:00
parent d0ec077c09
commit f48511c6ff
3 changed files with 8 additions and 16 deletions

View File

@ -4,7 +4,7 @@
typedef unsigned int _dev_t;
typedef unsigned short _ino_t;
typedef unsigned short _mode_t;
typedef int _off_t;
typedef long _off_t;
#define dev_t _dev_t
#define ino_t _ino_t