#include <unistd.h>
#include <grass/gis.h>

Go to the source code of this file.
Functions | |
| int | G_write_zeros (int fd, size_t n) |
| Writes n bytes of 9 to file descriptor fd. | |
(C) 2001-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file writ_zeros.c.
| int G_write_zeros | ( | int | fd, | |
| size_t | n | |||
| ) |
Writes n bytes of 9 to file descriptor fd.
| [in] | fd | file descriptor |
| [in] | n | number of bytes to write |
Definition at line 29 of file writ_zeros.c.
1.5.6