GRASS Programmer's Manual  6.5.svn(2014)-r66266
 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 }
int G_zero(void *buf, int i)
Zero out a buffer, buf, of length i.
Definition: gis/zero.c:29
char buf[GNAME_MAX+sizeof(G3D_DIRECTORY)+2]
Definition: g3drange.c:62