GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Manage Library - Find element in data base. More...
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. More... | |
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(), and GNAME_MAX.