GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Write zero functions. More...
Go to the source code of this file.
Functions | |
void | G_write_zeros (int fd, size_t n) |
Writes n bytes of 9 to file descriptor fd More... | |
GIS Library - Write zero functions.
(C) 2001-2014 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.
void 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.