Fix detection path (Info tool)
[AROS.git] / rom / debug / kdofmt.c
blob4054e853c064a67ba2e39c72c4edbf0d77b4277e
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
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);