GRASS Programmer's Manual  6.4.4(2014)-r
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.