GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
FILE * | G_open_pager (struct Popen *pager) |
void | G_close_pager (struct Popen *pager) |
FILE * | G_open_mail (struct Popen *mail) |
void | G_close_mail (struct Popen *mail) |
void G_close_mail | ( | struct Popen * | ) |
Definition at line 65 of file pager.c.
References G_popen_close().
void G_close_pager | ( | struct Popen * | pager | ) |
Definition at line 35 of file pager.c.
References G_popen_close().
FILE* G_open_mail | ( | struct Popen * | ) |
Definition at line 45 of file pager.c.
References G_popen_clear(), G_popen_write(), G_whoami(), and NULL.
FILE* G_open_pager | ( | struct Popen * | pager | ) |
Definition at line 13 of file pager.c.
References G_popen_clear(), G_popen_write(), getenv(), and NULL.