mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
10 lines
243 B
C
10 lines
243 B
C
|
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_SEEK_H_
|
||
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_SEEK_H_
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
extern const int SEEK_DATA;
|
||
|
extern const int SEEK_HOLE;
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_SEEK_H_ */
|