2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <proto/debug.h>
9 #include <proto/exec.h>
11 VOID
KDoFmt(CONST_STRPTR formatString
, CONST APTR dataStream
, CONST APTR putChProc
, APTR putChData
)
13 RawDoFmt(formatString
, dataStream
, putChProc
, putChData
);