zero.c

Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00009 void
00010 db_zero (void *s, int  n)
00011 
00012 {
00013     char *c = (char *) s;
00014     while (n-- > 0)
00015         *c++ = 0;
00016 }

Generated on Sun Apr 6 17:31:38 2008 for GRASS by  doxygen 1.5.5