refactor: replace all stdint::uint32_t into short and more manageable u32_t
[lunaix-os.git] / lunaix-os / includes / ulibc / stdio.h
1 #ifndef __LUNAIX_USTDIO_H
2 #define __LUNAIX_USTDIO_H
3
4 #define stdout 0
5 #define stdin 1
6
7 void
8 printf(const char* fmt, ...);
9
10 #endif /* __LUNAIX_USTDIO_H */