#include <stdio.h>
#include <sys/types.h>
Go to the source code of this file.
Typedefs | |
typedef FILE | XsFileHandle |
The type that is used for low-level identification of an open file. More... | |
typedef int64_t | XsFilePos |
The type that is used for positioning inside a file. More... | |
typedef int32_t | XsIoHandle |
The type that is used for low-level identification of an open I/O device. More... | |