Coda Distributed File System
Macros
coda_largefile.h File Reference
#include <sys/types.h>
#include <stdio.h>
Include dependency graph for coda_largefile.h:
This graph shows which files directly or indirectly include this file:

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))
 

Macro Definition Documentation

◆ fseeko

#define fseeko (   stream,
  offset,
  whence 
)    fseek((stream), (long)(offset), (whence))

◆ ftello

#define ftello (   stream)    (off_t) ftell((stream))