GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Zeroing functions. More...
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 gis/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 gis/zero.c.
Referenced by db_get_connection(), db_init_cursor(), db_init_string(), db_set_default_connection(), dig_alloc_area(), dig_alloc_isle(), dig_alloc_line(), dig_alloc_node(), dig_file_init(), dig_init_plus(), dig_read_frmt_ascii(), G_create_key_value(), G_define_flag(), G_define_module(), G_define_option(), gp_get_new_site(), gv_get_new_vect(), gvl_init_vol(), I_sc_add_cat(), Rast3d_read_history(), Rast__set_null_value(), Rast_read_history(), tgis_get_connection(), V2_open_old_ogr(), V2_open_old_pg(), Vect__free_cache(), Vect__free_offset(), Vect__init_head(), Vect__load_map_lines_pg(), Vect_build_ogr(), Vect_build_pg(), Vect_new_cat_list(), Vect_new_dblinks_struct(), and Vect_new_map_struct().