GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
Manage Library - Check if element is empty. More...
#include <sys/types.h>
#include <dirent.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | M__empty (char *elem) |
Check if element is empty. | |
Manage Library - Check if element is empty.
(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 empty.c.
int M__empty | ( | char * | elem | ) |
Check if element is empty.
elem | element name |
Definition at line 28 of file empty.c.
References G_file_name(), G_mapset(), and NULL.
Referenced by M_read_list().