GRASS Programmer's Manual  6.4.2(2012)
popen.c File Reference
#include <stdio.h>
#include <grass/gis.h>
Include dependency graph for popen.c:

Go to the source code of this file.

Functions

FILE * G_popen (const char *cmd, const char *mode)
int G_pclose (FILE *ptr)

Function Documentation

int G_pclose ( FILE *  ptr)

Definition at line 9 of file popen.c.

FILE* G_popen ( const char *  cmd,
const char *  mode 
)

Definition at line 4 of file popen.c.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines