GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
Manage Library - Find element in data base. More...
#include <string.h>
#include <grass/gis.h>
#include "manage_local_proto.h"
Go to the source code of this file.
Functions | |
const char * | M_find (int n, char *name, const char *mapsets) |
Find element in data base. | |
Manage Library - Find element in data base.
(C) 2001-2011 by the GRASS Development Team
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 manage/find.c.
const char * M_find | ( | int | n, |
char * | name, | ||
const char * | mapsets ) |
Find element in data base.
n | element id |
name | element name |
mapsets | name of mapsets |
Definition at line 29 of file manage/find.c.
References G_find_file2(), list, name, and strcpy.