GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
Manage Library - Add element to the list. More...
Go to the source code of this file.
Functions | |
void | M__add_element (const char *elem, const char *desc) |
Add element to the list. More... | |
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 list::desc, list::element, G_realloc, G_store(), list::nelem, and nlist.