mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
8 lines
91 B
C
8 lines
91 B
C
#ifndef LIBA_UNISTD_H
|
|
#define LIBA_UNISTD_H
|
|
|
|
#define SEEK_SET 0
|
|
#define SEEK_CUR 1
|
|
|
|
#endif
|