|
GRASS GIS 8 Programmer's Manual
8.4.2dev(2025)-5620950973
|
Segment page-in routines. More...
#include <stdio.h>#include <unistd.h>#include <string.h>#include <errno.h>#include <grass/gis.h>#include "local_proto.h"
Go to the source code of this file.
Functions | |
| int | seg_pagein (SEGMENT *SEG, int n) |
| Internal use only. 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.
| int seg_pagein | ( | SEGMENT * | SEG, |
| int | n | ||
| ) |
Internal use only.
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 35 of file pagein.c.
References G_debug(), G_warning(), and seg_pageout().
Referenced by Segment_get(), and Segment_put().