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 Copyright (C) 2008- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #ifndef FAST_POPEN_H
00008 #define FAST_POPEN_H
00009 
00010 #include <stdio.h>
00011 
00023 FILE * fast_popen( const char *command );
00024 
00030 int fast_pclose( FILE * file );
00031 
00032 #endif
00033 

Generated on Fri Jun 4 09:58:45 2010 for cctools by  doxygen 1.3.9.1