Initial revision
This commit is contained in:
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);
|
||||
}
|
||||
Reference in New Issue
Block a user