dprintf: add the ability to log to stdio
commit24ea7f3ece30a586a149dfb60c49b6a6f92dd17e
authorH. Peter Anvin <hpa@zytor.com>
Tue, 21 Jun 2011 04:19:17 +0000 (20 21:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 21 Jun 2011 04:19:17 +0000 (20 21:19 -0700)
treef952aa6eeb2388c75cbde48841c5afa8f5e1e307
parent4f1ec3082f4c2b9c07e06c87347c58173afd99a3
dprintf: add the ability to log to stdio

Add the ability to redirect dprintf to stdio when there is no other
choice.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/dprintf.h
com32/lib/dprintf.c
com32/lib/vdprintf.c