sortix-mirror/libmaxsi/c/decl/SEEK_SET.h

4 lines
79 B
C

#ifndef SEEK_SET
#define SEEK_SET 0 /* Seek from beginning of file. */
#endif