Initial revision
This commit is contained in:
parent
398021e77a
commit
af2b497fdf
7
modules/src/alloc/No_Mem.c
Normal file
7
modules/src/alloc/No_Mem.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <system.h>
|
||||
|
||||
No_Mem()
|
||||
{
|
||||
(void) sys_write(2, "Out of memory\n", 14);
|
||||
sys_stop(S_EXIT);
|
||||
}
|
Loading…
Reference in a new issue