GRASS GIS 8 Programmer's Manual 8.2.0(2022)-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. More... | |
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(), gp_get_new_site(), gv_get_new_vect(), and gvl_init_vol().