|
GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdlib.h>#include <grass/gis.h>#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
| int | dig_init_list (struct ilist *list) |
| int | dig_list_add (struct ilist *list, int val) |
| int dig_init_list | ( | struct ilist * | list | ) |
| int dig_list_add | ( | struct ilist * | list, |
| int | val | ||
| ) |
Definition at line 33 of file vector/diglib/list.c.
References NULL.
Referenced by add_item(), Vect_select_areas_by_polygon(), Vect_select_lines_by_box(), Vect_select_lines_by_polygon(), and Vect_snap_lines().