|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <grass/gis.h>#include <grass/spawn.h>
Go to the source code of this file.
Functions | |
| void | G_popen_clear (struct Popen *state) |
| FILE * | G_popen_write (struct Popen *state, const char *program, const char **args) |
| FILE * | G_popen_read (struct Popen *state, const char *program, const char **args) |
| void | G_popen_close (struct Popen *state) |
Definition at line 56 of file popen.c.
References UntypedStream::fp, NULL, and state.
Referenced by G_open_mail(), and G_open_pager().
Definition at line 72 of file popen.c.
References UntypedStream::fp, G_wait(), and state.
Referenced by G_close_mail(), and G_close_pager().