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






                      
#ifndef _DEF_STDLIB_H
#define _DEF_STDLIB_H

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

#endif