/* $Id: oom.c 616 2005-08-19 20:11:01Z bruce $ */ #include "msg.h" void die_oom(int code) { die1(code, "Out of memory"); }