GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
zero.c File Reference

GIS Library - Zeroing functions. More...

#include <string.h>
#include <grass/gis.h>
Include dependency graph for 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.
 

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

Function Documentation

◆ G_zero()

void G_zero ( void * buf,
int i )