GRASS Programmer's Manual
6.4.4(2014)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
popen.c
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <grass/gis.h>
3
4
FILE *
G_popen
(
const
char
*
cmd
,
const
char
*
mode
)
5
{
6
return
popen(cmd, mode);
7
}
8
9
int
G_pclose
(FILE * ptr)
10
{
11
return
pclose(ptr);
12
}
forms.cmd
tuple cmd
Definition:
forms.py:2019
G_popen
FILE * G_popen(const char *cmd, const char *mode)
Definition:
popen.c:4
G_pclose
int G_pclose(FILE *ptr)
Definition:
popen.c:9
tools.mode
tuple mode
Definition:
tools.py:1481
lib
gis
popen.c
Generated on Fri Sep 5 2014 08:29:35 for GRASS Programmer's Manual by
1.8.8