GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
oom.c
Go to the documentation of this file.
1
#include <
grass/linkm.h
>
2
#include <stdlib.h>
3
4
int
link_out_of_memory
(
void
)
5
{
6
fprintf(stderr,
"LinkM: Out of memory\n"
);
7
exit(EXIT_FAILURE);
8
}
linkm.h
link_out_of_memory
int link_out_of_memory(void)
Definition:
oom.c:4
lib
linkm
oom.c
Generated on Tue Nov 5 2024 06:59:49 for GRASS GIS 8 Programmer's Manual by
1.9.1