GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
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 }