Initial revision

This commit is contained in:
ceriel 1987-02-23 11:38:21 +00:00
parent 398021e77a
commit af2b497fdf

View file

@ -0,0 +1,7 @@
#include <system.h>
No_Mem()
{
(void) sys_write(2, "Out of memory\n", 14);
sys_stop(S_EXIT);
}