GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
zone.c
Go to the documentation of this file.
1 
15 #include <grass/gis.h>
16 
17 
28 int G_zone(void)
29 {
30  struct Cell_head window;
31 
32  G_get_set_window(&window);
33 
34  return window.zone;
35 }