|
GRASS Programmer's Manual
6.4.2(2012)
|
#include <string.h>#include <grass/gis.h>#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
| int | Vect_set_fatal_error (int err) |
| Set behaviour if fatal error occurs in some functions. | |
| int | Vect_get_fatal_error (void) |
| Get behaviour for fatal error. | |
| int Vect_get_fatal_error | ( | void | ) |
Get behaviour for fatal error.
Definition at line 53 of file lib/vector/Vlib/error.c.
Referenced by Vect__open_old(), and Vect_open_new().
| int Vect_set_fatal_error | ( | int | err | ) |
Set behaviour if fatal error occurs in some functions.
| err | error type |
Definition at line 38 of file lib/vector/Vlib/error.c.
References err().
Referenced by Vect__open_old(), and Vect_open_new().