PENETRAX.COM <[EMAIL PROTECTED]> wrote:

 > int main ( void ) {
 > 
 >      char timebuf[9];
 > 
 >      _strtime ( timebuf );
 >      printf ("Time: s% \n", timebuf );
 >      return;
 > }

man 3 strftime

I think that's what you need. Probably.

-- 
Dave.
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to