summaryrefslogtreecommitdiff
path: root/src/stdio/SEEK_CUR.h
blob: efa117f8ec3acba946900285e4dc4cc651f03a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define SEEK_CUR                                                             (1)

/** seek forward **/

/***
is used as the ARGUMENT(whence) argument to FUNCTION(fseek) to indicate that
seeking should begin at the current file position and move forward.
***/

/*
STDC(1)
*/