MOS Source Code
Loading...
Searching...
No Matches
io_types.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  io_seek_whence_t {
  IO_SEEK_CURRENT = 1 , IO_SEEK_END = 2 , IO_SEEK_SET = 3 , IO_SEEK_DATA = 4 ,
  IO_SEEK_HOLE = 5
}
 

Enumeration Type Documentation

◆ io_seek_whence_t

Enumerator
IO_SEEK_CURRENT 
IO_SEEK_END 
IO_SEEK_SET 
IO_SEEK_DATA 
IO_SEEK_HOLE 

Definition at line 5 of file io_types.h.