GRASS Programmer's Manual
6.4.2(2012)
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
}
lib
gis
zero.c
Generated on Sun Mar 16 2014 05:07:49 for GRASS Programmer's Manual by
1.8.1.2