Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

fast_popen.h

Go to the documentation of this file.
00001 
00002 #ifndef FAST_POPEN_H
00003 #define FAST_POPEN_H
00004 
00005 #include <stdio.h>
00006 
00018 FILE * fast_popen( const char *command );
00019 
00025 int fast_pclose( FILE * file );
00026 
00027 #endif
00028 

Generated on Thu Jul 23 09:26:51 2009 for cctools by  doxygen 1.3.9.1