|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-55de52a352
|
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. | |
DBMI Library (base) - zero.
SPDX-FileCopyrightText: 1999-2009, 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file db/dbmi_base/zero.c.
Zero allocated space.
| s | pointer to memory |
| n | number of bytes |
Definition at line 21 of file db/dbmi_base/zero.c.
Referenced by db__init_driver_state(), db_init_column(), db_init_table(), and db_zero_string().