GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-bb27c0570b
oom.c
Go to the documentation of this file.
1 #include <grass/linkm.h>
2 #include <stdlib.h>
3 
5 {
6  fprintf(stderr, "LinkM: Out of memory\n");
7  exit(EXIT_FAILURE);
8 }
int link_out_of_memory(void)
Definition: oom.c:4