zero.c

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

Generated on Mon Jan 1 19:49:05 2007 for GRASS by  doxygen 1.5.1