PatchworkOS
Loading...
Searching...
No Matches
SEEK.h
Go to the documentation of this file.
1#ifndef _AUX_SEEK_H
2#define _AUX_SEEK_H 1
3
4#define SEEK_SET 0
5#define SEEK_CUR 1
6#define SEEK_END 2
7
8#endif