GRASS 8 Programmer's Manual
8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
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
}
AMI_STREAM
Definition
ami_stream.h:153
linkm.h
link_out_of_memory
int link_out_of_memory(void)
Definition
oom.c:4
stdlib.h
lib
linkm
oom.c
Generated on Sun Apr 12 2026 06:59:16 for GRASS 8 Programmer's Manual by
1.9.8