#include <stdlib.h>
#include <new>
Go to the source code of this file.
Definition at line 23 of file _util.h.
00024 { 00025 perror("Memory allocation failed. Terminating application..."); 00026 exit( 100 ); 00027 }