|
GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdio.h>#include <sys/types.h>#include <unistd.h>#include <string.h>#include <errno.h>#include <grass/config.h>#include <grass/gis.h>#include <grass/segment.h>
Go to the source code of this file.
Functions | |
| int | segment_seek (const SEGMENT *SEG, int n, int index) |
| int segment_seek | ( | const SEGMENT * | SEG, |
| int | n, | ||
| int | index | ||
| ) |
Definition at line 37 of file segment/seek.c.
References errno, G_warning(), and if().
Referenced by segment_get_row(), segment_pagein(), segment_pageout(), and segment_put_row().