GRASS GIS 7 Programmer's Manual  7.0.5(2016)-r00000
fileno.c
Go to the documentation of this file.
1 
14 #include <grass/rowio.h>
15 
25 int Rowio_fileno(const ROWIO * R)
26 {
27  return R->fd;
28 }
int Rowio_fileno(const ROWIO *R)
Get file descriptor.
Definition: fileno.c:25