|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-55de52a352
|
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. | |
Manage Library - Add element to the list.
SPDX-FileCopyrightText: 2001-2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file add_elem.c.
Add element to the list.
| elem | element name |
| desc | description of the element |
Definition at line 22 of file add_elem.c.
References list::desc, list::element, G_realloc, G_store(), list::nelem, and nlist.
Referenced by M_read_list().