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 Sat Jul 22 22:05:40 2006 for GRASS by  doxygen 1.4.7