fd.h

Go to the documentation of this file.
00001 /*
00002  * File descriptor manipulation
00003  */
00004 
00005 #ifndef __fd_h__
00006 #define __fd_h__
00007 
00008 #include "headers.h"
00009 #include "config.h"
00010 #include "types.h"
00011 
00012 int fdBegin(int fd);
00013 int fdEnd(int fd);
00014 int fdIsFile(int fd);
00015 int fdFileSize(int fd, uint64 *size);
00016 
00017 #endif

Generated on Thu Jun 28 09:13:03 2007 for bar by  doxygen 1.5.1