GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
db/dbmi_base/zero.c File Reference

DBMI Library (base) - zero. More...

#include <grass/dbmi.h>
Include dependency graph for db/dbmi_base/zero.c:

Go to the source code of this file.

Functions

void db_zero (void *s, int n)
 Zero allocated space. More...
 

Detailed Description

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.

Author
Joel Jones (CERL/UIUC), Radim Blazek, Brad Douglas, Markus Neteler
Doxygenized by Martin Landa <landa.martin gmail.com> (2011)

Definition in file db/dbmi_base/zero.c.

Function Documentation

◆ db_zero()

void db_zero ( void *  s,
int  n 
)

Zero allocated space.

Parameters
spointer to memory
nnumber 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().