GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
lib/vector/Vlib/error.c
Go to the documentation of this file.
1 
21 #include <string.h>
22 #include <grass/gis.h>
23 #include <grass/Vect.h>
24 
25 static int fatal_err = GV_FATAL_EXIT;
26 
39 {
40  fatal_err = err;
41  return 0;
42 }
43 
54 {
55  return (fatal_err);
56 }