Re: can I get support for 'current-time under slib
If you're using 4.0.1 and enabled dynamic loading,
you have builtin access to those functions in "posix" module:
Welcome to the STk interpreter version 4.0.1 [IRIX64-6.X-IPxx]
Copyright 1993-1999 Erick Gallesio - I3S - CNRS / ESSI <eg_at_unice.fr>
STk> (require "posix")
"posix"
STk> (posix-time)
990059634
STk> (posix-strftime "%H:%M:%S" (posix-localtime (posix-time)))
"14:34:55"
STk>
--shiro
Received on Thu May 17 2001 - 02:37:00 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST