mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
7 lines
72 B
C
7 lines
72 B
C
#ifndef LIBA_UNISTD_H
|
|
#define LIBA_UNISTD_H
|
|
|
|
#define SEEK_SET 0
|
|
|
|
#endif
|