Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
10
cde/programs/dtinfo/dtinfogen/infolib/etc/Handler.C
Normal file
10
cde/programs/dtinfo/dtinfogen/infolib/etc/Handler.C
Normal file
@@ -0,0 +1,10 @@
|
||||
/* $XConsortium: Handler.cc /main/2 1996/07/18 16:15:12 drk $ */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
void FreeStoreException()
|
||||
{
|
||||
fprintf(stderr,"(ERROR) Memory exhausted\n");
|
||||
exit(1);
|
||||
}
|
||||
Reference in New Issue
Block a user