On Mon, Feb 07, 2000 at 07:22:39AM -0500, Guilherme Nelson F De Souza wrote:
> 
>    Can't you use sprintf and then rtl_printf? Since sprintf doesn't
> do any I/O, and it doesn't use any OS internal structures, I believe
> it can be called from a rt process without any problems.
>    Right?
> 

Both rtl_printf and sprintf (in the kernel) call vsprintf to do
the real printing work.  You will find that it is vsprintf that
does not support %f.



dave...

--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to