GRASS Programmer's Manual
6.4.3(2013)-r
|
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <grass/segment.h>
Go to the source code of this file.
Functions | |
int | segment_get_row (const SEGMENT *SEG, void *buf, int row) |
int segment_get_row | ( | const SEGMENT * | SEG, |
void * | buf, | ||
int | row | ||
) |
Definition at line 42 of file segment/get_row.c.
References errno, G_warning(), segment_address(), segment_seek(), and tools::size.