wm: teppich

Download patch

ref: d0411bd170c8a72dcbc40c433fd7b9d7d10d12a3
parent: 189fb3be1c27333f46853fcc68c800379348d026
author: mkf <mkf@cloud9p.org>
date: Tue Dec 5 16:26:27 EST 2023

remove prototypes from mem.h

--- a/include/mem.h
+++ b/include/mem.h
@@ -8,7 +8,3 @@
 #define TAKEN 1
 
 uint8 memap[MEM_MAX * 1024 / BLOCKSIZE];
-
-int _malloc(uint16 size);
-void* malloc(uint16 size);
-int free(void* mem);