|
GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
|
GIS Library - file seek routines. More...
#include <stdio.h>#include <errno.h>#include <string.h>#include <sys/types.h>#include <grass/gis.h>#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
| off_t | G_ftell (FILE *fp) |
| Get the current file position of the stream. | |
GIS Library - file seek routines.
(C) 2009-2010 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 gis/seek.c.
| off_t G_ftell | ( | FILE * | fp | ) |
Get the current file position of the stream.
| fp | file descriptor |
Definition at line 29 of file gis/seek.c.
Referenced by dfwrite_header(), G_get_element_window(), and read_cube().