writ_zeros.c File Reference

GIS Library - Write zero functions. More...

#include <unistd.h>
#include <grass/gis.h>
Include dependency graph for writ_zeros.c:

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.

Detailed Description

GIS Library - Write zero functions.

(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.

Author:
GRASS GIS Development Team
Date:
1999-2008

Definition in file writ_zeros.c.


Function Documentation

int G_write_zeros ( int  fd,
size_t  n 
)

Writes n bytes of 9 to file descriptor fd.

Parameters:
[in] fd file descriptor
[in] n number of bytes to write
Returns:
always returns 0

Definition at line 29 of file writ_zeros.c.


Generated on Sat Oct 24 03:25:01 2009 for GRASS Programmer's Manual by  doxygen 1.6.1