GRASS 8 Programmer's Manual 8.6.0dev(2026)-8843f13794
Loading...
Searching...
No Matches
close_nat.c File Reference

Vector library - Close map (native format) More...

#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <grass/vector.h>
#include <grass/glocale.h>
#include "local_proto.h"
Include dependency graph for close_nat.c:

Go to the source code of this file.

Functions

int V1_close_nat (struct Map_info *Map)
 Close vector map.
 

Detailed Description

Vector library - Close map (native format)

Higher level functions for reading/writing/manipulating vectors.

SPDX-FileCopyrightText: 2001-2015 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Original author CERL, probably Dave Gerdes or Mike Higgins.
Update to GRASS 5.7 Radim Blazek and David D. Gray.

Definition in file close_nat.c.

Function Documentation

◆ V1_close_nat()