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

@@ -20,6 +20,7 @@
#include <string.h>
#include <byteswap.h>
#include <assert.h>
#include <vsprintf.h>
#include <gpxe/if_arp.h>
#include <gpxe/if_ether.h>
#include <gpxe/netdevice.h>