GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#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 37 of file linkm/init.c.
struct link_head * link_init | ( | int | size | ) |
Definition at line 42 of file linkm/init.c.
Referenced by BM_create_sparse(), and BM_file_read().
void link_set_chunk_size | ( | int | size | ) |
Definition at line 32 of file linkm/init.c.
Referenced by BM_create_sparse(), and BM_file_read().