diff options
author | Alexis211 <alexis211@gmail.com> | 2010-04-05 20:32:08 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2010-04-05 20:32:08 +0200 |
commit | ca4f5906f284e60a7a59ca7450e3e09c4f9356e5 (patch) | |
tree | a44542c66cd9533c921f399fc1bee62703d15538 /src/include/stdlib.h | |
parent | 8d94ae49601e0e4023bcdc35191669b2c24f6c96 (diff) | |
download | TCE-ca4f5906f284e60a7a59ca7450e3e09c4f9356e5.tar.gz TCE-ca4f5906f284e60a7a59ca7450e3e09c4f9356e5.zip |
Some stuff added to userland.
Diffstat (limited to 'src/include/stdlib.h')
-rw-r--r-- | src/include/stdlib.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/stdlib.h b/src/include/stdlib.h new file mode 100644 index 0000000..b232649 --- /dev/null +++ b/src/include/stdlib.h @@ -0,0 +1,7 @@ +#ifndef _DEF_STDLIB_H +#define _DEF_STDLIB_H + +//includes malloc/free +#include <gc/mem.h> + +#endif |