#include <unistd.h>
#include <stdio.h>
#include <signal.h>
#include <stdlib.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 (const char *cmd, const char *mode) |
int | G_pclose (FILE *ptr) |
Define Documentation
#define tst |
( |
|
a, |
|
|
|
b | |
|
) |
| | (*mode == 'r'? (b) : (a)) |
Function Documentation
int G_pclose |
( |
FILE * |
ptr |
) |
|
FILE* G_popen |
( |
const char * |
cmd, |
|
|
const char * |
mode | |
|
) |
| | |