GRASS Programmer's Manual
6.5.svn(2014)-r66266
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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
buf
char buf[GNAME_MAX+sizeof(G3D_DIRECTORY)+2]
Definition:
g3drange.c:62
lib
gis
zero.c
Generated on Sat Jan 2 2016 01:46:50 for GRASS Programmer's Manual by
1.8.5