Grok 20.3.2
grk_fseek.h File Reference

Go to the source code of this file.

Macros

#define GRK_FSEEK(stream, offset, whence)
#define GRK_FTELL(stream)

Macro Definition Documentation

◆ GRK_FSEEK

#define GRK_FSEEK ( stream,
offset,
whence )
Value:
fseek(stream, offset, whence)

◆ GRK_FTELL

#define GRK_FTELL ( stream)
Value:
ftell(stream)