GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
gis/zero.c File Reference

GIS Library - Zeroing functions. More...

#include <string.h>
#include <grass/gis.h>
Include dependency graph for gis/zero.c:

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...
 

Detailed Description

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.

Author
Original author CERL

Definition in file gis/zero.c.

Function Documentation

◆ G_zero()