#include <unistd.h>#include <stdio.h>#include <signal.h>#include <sys/types.h>#include <sys/wait.h>#include <grass/gis.h>

Go to the source code of this file.
Defines | |
| #define | tst(a, b) (*mode == 'r'? (b) : (a)) |
| #define | READ 0 |
| #define | WRITE 1 |
Functions | |
| FILE * | G_popen (char *cmd, char *mode) |
| int | G_pclose (FILE *ptr) |
| int G_pclose | ( | FILE * | ptr | ) |
| FILE* G_popen | ( | char * | cmd, | |
| char * | mode | |||
| ) |
1.5.5