2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
9 /******************************************************************************
13 KEcho [<string>] [NOLINE]
25 Appends one or more strings to the debug output.
29 STRINGS -- the strings to display
30 NOLINE -- no newline after the last string
44 ******************************************************************************/
47 #include <aros/debug.h>
49 #include <exec/execbase.h>
50 #include <exec/libraries.h>
51 #include <proto/exec.h>
53 #include <proto/dos.h>
56 #define SH_GLOBAL_SYSBASE 1 /* for kprintf() */
57 #include <aros/shcommands.h>
60 AROS_SHA(STRPTR
*, , STRINGS
, /M
, NULL
),
61 AROS_SHA(BOOL
, , NOLINE
, /S
, FALSE
))
70 if (a
) while (*a
!= NULL
)