vga text output and libc expansion
[3sys] / sys1 / kern / src / libc / stddef.h
1 #ifndef KLIBC_STDDEF_H_
2 #define KLIBC_STDDEF_H_
3
4 #include <stdint.h>
5
6 typedef int32_t ssize_t;
7 typedef uint32_t size_t;
8
9 typedef uint32_t intptr_t;
10
11 #endif  /* KLIBC_STDDEF_H_ */