2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
5 Desc: Low-level debugging support.
8 #include <exec/rawfmt.h>
9 #include <proto/exec.h>
10 #include <aros/asmcall.h>
13 void KPrintF(STRPTR format
, ...)
19 VNewRawDoFmt(format
, (APTR
)RAWFMTFUNC_SERIAL
, NULL
, ap
);