Coda Distributed File System
|
#include <sys/types.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | fseeko(stream, offset, whence) fseek((stream), (long)(offset), (whence)) |
#define | ftello(stream) (off_t) ftell((stream)) |
#define fseeko | ( | stream, | |
offset, | |||
whence | |||
) | fseek((stream), (long)(offset), (whence)) |
#define ftello | ( | stream | ) | (off_t) ftell((stream)) |