GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
Manage Library - Add element to the list. More...
#include <grass/gis.h>
#include "manage_local_proto.h"
Go to the source code of this file.
Functions | |
void | M__add_element (const char *elem, const char *desc) |
Add element to the list. | |
Manage Library - Add element to the list.
(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 add_elem.c.
void M__add_element | ( | const char * | elem, |
const char * | desc ) |
Add element to the list.
elem | element name |
desc | description of the element |
Definition at line 24 of file add_elem.c.
References G_store(), list, and nlist.
Referenced by M_read_list().