GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
GIS Library - Zeroing functions. More...
#include <string.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
void | G_zero (void *buf, int i) |
Zero out a buffer, buf, of length i. | |
GIS Library - Zeroing functions.
(C) 2001-2009 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.
void G_zero | ( | void * | buf, |
int | i ) |
Zero out a buffer, buf, of length i.
[out] | buf | |
i | number of bytes to be zeroed |
Definition at line 23 of file zero.c.
Referenced by G_create_key_value(), G_define_flag(), G_define_module(), G_define_option(), G_get_element_window(), gp_get_new_site(), Gp_load_sites(), Gp_load_sites_thematic(), GP_set_style_thematic(), Gs_build_256lookup(), gv_get_new_vect(), Gv_load_vect_thematic(), GV_set_style_thematic(), and gvl_init_vol().