GRASS GIS 7 Programmer's Manual
7.8.3(2020)-exported
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
}
link_out_of_memory
int link_out_of_memory(void)
Definition:
oom.c:4
linkm
oom.c
Generated on Tue May 5 2020 09:45:27 for GRASS GIS 7 Programmer's Manual by
1.8.17