Hi all

I have the seguent problem.
I have create a log on stdout with rtl_printf, now i must print in the log,
the current date and hour.
for examples:

-> test start at 12:00 at  15/4/2000



#include <time.h>
...
t = time();
rtl_printf("date: %s",cdate(&t)); 
...

I' ve trying......but do not work :-(


How to solve the problem? 
Thanks for your help! 

Bye
        Tiziano rossi
-- [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