GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
segment/seek.c File Reference
#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>
Include dependency graph for segment/seek.c:

Go to the source code of this file.

Functions

int segment_seek (const SEGMENT *SEG, int n, int index)
 

Function Documentation

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().