Added missing properties.
[AROS.git] / rom / debug / kvprintf.c
bloba96f7ac2a65480dc7c03e6a9480ecf81db23a9f4
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Low-level debugging support.
6 */
8 #include <exec/rawfmt.h>
9 #include <proto/exec.h>
10 #include <aros/asmcall.h>
11 #include <stdarg.h>
13 void KVPrintF(STRPTR format, CONST APTR values)
15 RawDoFmt(format, values, (APTR)RAWFMTFUNC_SERIAL, NULL);