2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Varargs stub for Printf()
10 #include <proto/dos.h>
12 LONG
Printf(STRPTR fmt
, ...) __stackparm
;
14 LONG
Printf(STRPTR fmt
, ...)
18 retval
= VFPrintf(Output(), fmt
, &fmt
+1);