Crafter.Build/binlib/wasi-sysroot-28.0/include/wasm32-wasip2/__seek.h

10 lines
193 B
C
Raw Permalink Normal View History

2025-11-09 18:56:24 +01:00
#ifndef __wasilibc___seek_h
#define __wasilibc___seek_h
#include <wasi/api.h>
#define SEEK_CUR __WASI_WHENCE_CUR
#define SEEK_END __WASI_WHENCE_END
#define SEEK_SET __WASI_WHENCE_SET
#endif