|
GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
|
#include <stdlib.h>#include <grass/linkm.h>
Go to the source code of this file.
Functions | |
| void | link_set_chunk_size (int size) |
| void | link_exit_on_error (int flag) |
| struct link_head * | link_init (int size) |
| void | link_cleanup (struct link_head *Head) |
| void link_cleanup | ( | struct link_head * | Head | ) |
| void link_exit_on_error | ( | int | flag | ) |
Definition at line 35 of file linkm/init.c.
| struct link_head* link_init | ( | int | size | ) |
Definition at line 40 of file linkm/init.c.
Referenced by BM_create_sparse(), and BM_file_read().
| void link_set_chunk_size | ( | int | size | ) |
Definition at line 30 of file linkm/init.c.
Referenced by BM_create_sparse(), and BM_file_read().