Go to the documentation of this file.
65 #elif defined CFS_POSIX
66 #elif defined CFS_COFFEE
67 #include "cfs-coffee-arch.h"
72 #ifndef CFS_CONF_OFFSET_TYPE
73 typedef int cfs_offset_t;
135 #define CFS_SEEK_SET 0
144 #define CFS_SEEK_CUR 1
153 #define CFS_SEEK_END 2
201 CCIF int cfs_read(
int fd,
void *buf,
unsigned int len);
216 CCIF int cfs_write(
int fd,
const void *buf,
unsigned int len);
237 CCIF cfs_offset_t
cfs_seek(
int fd, cfs_offset_t offset,
int whence);