Rewrote printf and friends to better support standard C semantics.

This commit is contained in:
Michael Brown
2006-05-14 02:51:55 +00:00
parent f99e7a375e
commit 2421723a15
4 changed files with 312 additions and 169 deletions

View File

@@ -16,6 +16,7 @@ typedef signed long int32_t;
typedef signed long long int64_t;
typedef unsigned long physaddr_t;
typedef unsigned long intptr_t;
typedef signed char s8;
typedef unsigned char u8;