GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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) |
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().