#: 10123 S3/Languages
05-Apr-91 18:04:45
Sb: #CLIB.L Bug?
Fm: Hugo Bueno 71211,3662
To: All
I think I've found a bug in the latest Kreider library.
Using the program below, I get a wrong result of
Fri Mar 5 18:59:20 1991
even though today is April 5th.
#include
#include
main()
{
long curr_time;
curr_time = time((long *)0);
puts(ctime(&curr_time));
}
The version of the lib that I'm using is 30,575 bytes long
and was created 12/7/90 (I think). Have there been any
updates since then?
There is 1 Reply.
|