GRASS Programmer's Manual 6.4.1(2011)
|
GIS Library - Zeroing functions. More...
#include <string.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_zero (void *buf, int i) |
Zero out a buffer, buf, of length i. |
GIS Library - Zeroing functions.
(C) 2001-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file zero.c.
int G_zero | ( | void * | buf, |
int | i | ||
) |
Zero out a buffer, buf, of length i.
[in,out] | buf | |
[in] | i | number of bytes to be zeroed |
Definition at line 29 of file zero.c.
Referenced by G__get_window(), G__set_null_value(), G_define_flag(), G_define_module(), G_define_option(), G_lookup_c_raster_colors(), G_lookup_d_raster_colors(), G_lookup_f_raster_colors(), G_lookup_raster_colors(), and G_read_history().