kern

view src/klibc/stdlib.h @ 0:662ff2170531

starting the kernel
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 01 Dec 2010 22:02:42 +0200
parents
children 633e35c64772
line source
1 #ifndef STDLIB_H_
2 #define STDLIB_H_
4 #include <inttypes.h>
6 typedef int32_t ssize_t;
7 typedef uint32_t size_t;
9 #endif /* STDLIB_H_ */