Start work on malloc.c
This commit is contained in:
parent
0b4ae7caba
commit
237bf72a2c
6 changed files with 121 additions and 28 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef _TYPES_H_
|
||||
#define _TYPES_H_
|
||||
|
||||
#define NULL ((void *)0)
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned long u32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue