summaryrefslogblamecommitdiff
path: root/src/include/stdlib.h
blob: 3a2b42c69aab23d122f93ae5fab22bac34d55daf (plain) (tree)
1
2
3
4
5
6
7
8


                     

              


                      


                                 
      
#ifndef _DEF_STDLIB_H
#define _DEF_STDLIB_H

#define NULL 0

//includes malloc/free
#include <gc/mem.h>

void printk_int(int number);
void printk_hex(unsigned number);

#endif