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

/** seek from beginning **/

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

/*
STDC(1)
*/