2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Formats a message and makes sure the user will see it.
9 #include <aros/config.h>
10 #include <proto/exec.h>
12 /*****************************************************************************
15 #include <proto/arossupport.h>
24 Emits len bytes of fmt via RawPutChar()
28 len - how many bytes of str to print
45 ******************************************************************************/
47 while (*str
&& len
--)