Main Page | Namespace List | Class List | File List | Class Members | File Members | Related Pages

seek_cur.c

Go to the documentation of this file.
00001 #include <sys/types.h>
00002 #include "seek.h"
00003 
00004 #define CUR 1 /* sigh */
00005 
00006 seek_pos seek_cur(int fd)
00007 { return lseek(fd,(off_t) 0,CUR); }

Generated on Mon Apr 26 09:49:22 2004 for ConstantDataStore by doxygen 1.3.6-20040222