GRASS Programmer's Manual 6.4.1(2011)
zone.c
Go to the documentation of this file.
00001 
00015 #include <grass/gis.h>
00016 
00017 
00028 int G_zone(void)
00029 {
00030     struct Cell_head window;
00031 
00032     G_get_set_window(&window);
00033 
00034     return window.zone;
00035 }
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines