#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) */