2 ** Copyright 2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
5 #include "stage2_priv.h"
11 void puts(const char *str
)
17 int dprintf(const char *fmt
, ...)
24 ret
= vsprintf(temp
,fmt
,args
);