cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
fast_popen.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2008- The University of Notre Dame
3
This software is distributed under the GNU General Public License.
4
See the file COPYING for details.
5
*/
6
7
#ifndef FAST_POPEN_H
8
#define FAST_POPEN_H
9
10
#include <stdio.h>
11
23
FILE *
fast_popen
(
const
char
*command);
24
30
int
fast_pclose
(FILE * file);
31
32
#endif
Generated on Sun Jul 1 2012 01:28:37 for cctools by
1.8.1.1