blob: 43b26c829509239dcf0dfa890955e6d686bcea03 [file] [log] [blame]
#ifndef h_malloc_h
#define h_malloc_h
int free(void *free);
void *malloc(int num);
int malloc_init(unsigned int ta_base, unsigned int length);
#endif