GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
Loading...
Searching...
No Matches
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.
 

Detailed Description

GIS Library - Zeroing functions.

SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Original author CERL

Definition in file gis/zero.c.

Function Documentation

◆ G_zero()