]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/headers/public/__seek.h
Wasi snapshot preview1 (#140)
[wasi-libc.git] / libc-bottom-half / headers / public / __seek.h
CommitLineData
60cba39d
DG
1#ifndef __wasilibc___seek_h
2#define __wasilibc___seek_h
3
446cb3f1 4#include <wasi/api.h>
60cba39d
DG
5
6#define SEEK_CUR __WASI_WHENCE_CUR
7#define SEEK_END __WASI_WHENCE_END
8#define SEEK_SET __WASI_WHENCE_SET
9
10#endif