comparison mem.h @ 1:42ba76f77035 default tip

the kernel with output and mem alloc
author meillo@marmaro.de
date Sun, 01 Nov 2009 23:50:51 +0100
parents
children
comparison
equal deleted inserted replaced
0:99db6262c157 1:42ba76f77035
1
2 unsigned char* newp;
3 unsigned char* maxmem;
4 unsigned char* minmem;
5
6 void initmem(unsigned int memstart);
7 void* malloc(unsigned int size);
8