|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-4bb960b182
|
GIS Library - Write zero functions. More...
#include <errno.h>#include <unistd.h>#include <string.h>#include <grass/gis.h>#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
| void | G_write_zeros (int fd, size_t n) |
| Writes n bytes of zero to file descriptor fd | |
GIS Library - Write zero functions.
SPDX-FileCopyrightText: 2001-2014 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file writ_zeros.c.
Writes n bytes of zero to file descriptor fd
| [in] | fd | file descriptor |
| [in] | n | number of bytes to write |
Definition at line 27 of file writ_zeros.c.
References _, G_fatal_error(), and write.