GRASS Programmer's Manual
6.5.svn(2014)-r66266
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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
lib
linkm
oom.c
Generated on Sat Jan 2 2016 01:46:49 for GRASS Programmer's Manual by
1.8.5