• Main Page
  • Related Pages
  • Data Structures
  • Files
  • File List
  • Globals

zero.c

Go to the documentation of this file.
00001 
00017 #include <string.h>
00018 #include <grass/gis.h>
00019 
00020 
00029 int G_zero(void *buf, int i)
00030 {
00031     memset(buf, 0, i);
00032 
00033     return 0;
00034 }

Generated on Thu Dec 9 2010 20:46:05 for GRASS Programmer's Manual by  doxygen 1.7.2