Iros
 
Loading...
Searching...
No Matches
seek_constants.h
Go to the documentation of this file.
1#pragma once
2
3// NOTE: these definitions are chosen to match the Linux fs.h header.
4#define SEEK_SET 0
5#define SEEK_CUR 1
6#define SEEK_END 2