Initial revision
This commit is contained in:
parent
e7761cca10
commit
a72685c2b5
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…
x
Reference in New Issue
Block a user