GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
DBMI Library (base) - zero. More...
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
void | db_zero (void *s, int n) |
Zero allocated space. More... | |
DBMI Library (base) - zero.
(C) 1999-2009, 2011 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 db/dbmi_base/zero.c.
void db_zero | ( | void * | s, |
int | n | ||
) |
Zero allocated space.
s | pointer to memory |
n | number of bytes |
Definition at line 23 of file db/dbmi_base/zero.c.
Referenced by db__init_driver_state(), db_init_column(), and db_zero_string().