mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Rewrote printf and friends to better support standard C semantics.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user