GRASS Programmer's Manual
6.4.4(2014)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
gis/zero.c
Go to the documentation of this file.
1
17
#include <string.h>
18
#include <grass/gis.h>
19
20
29
int
G_zero
(
void
*buf,
int
i)
30
{
31
memset(buf, 0, i);
32
33
return
0;
34
}
G_zero
int G_zero(void *buf, int i)
Zero out a buffer, buf, of length i.
Definition:
gis/zero.c:29
lib
gis
zero.c
Generated on Wed Mar 18 2015 05:21:44 for GRASS Programmer's Manual by
1.8.9.1