| GRASS Programmer's Manual
    6.5.svn(2014)-r66266
    | 
Segment page-in routines. More...
#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_pagein (SEGMENT *SEG, int n) | 
| Segment pagein.  More... | |
Segment page-in routines.
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file pagein.c.
Segment pagein.
Finds n in the segment file, seg, and selects it as the current segment.
| [in] | seg | segment | 
| [in] | n | segment number | 
Definition at line 39 of file pagein.c.
References errno, G_debug(), G_warning(), n, segment_pageout(), and segment_seek().
Referenced by segment_get(), and segment_put().