00001 #include <grass/rowio.h> 00002 00013 int rowio_fileno(const ROWIO * R) 00014 { 00015 return R->fd; 00016 }