MUIM_List_InsertSingle: if there's no active entry,
[AROS.git] / rom / debug / kputstr.c
blob8cc009f301aa31ec5a4d52d86028a8410eb9e457
1 #include <proto/debug.h>
2 #include <proto/exec.h>
4 VOID KPutStr(CONST_STRPTR string)
6 while (*string)
7 RawPutChar(*string++);