GRASS Programmer's Manual  6.4.2(2012)
fileno.c
Go to the documentation of this file.
00001 #include <grass/rowio.h>
00002 
00013 int rowio_fileno(const ROWIO * R)
00014 {
00015     return R->fd;
00016 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines