Page 1 of 1
Newlib date and time functions
Posted: Sat Sep 06, 2014 11:19 am
by marvin
Hi,
gettimeofday() and settimeofday() have been added to Kiwi-Newlib.
Please update your local Newlib folder from Subversion, before using date- and time-functions in C-programs.
Greetings
Marvin
Re: Newlib date and time functions
Posted: Mon Sep 08, 2014 9:32 pm
by simon
Hi Marvin,
fantastic!

Do you know if the FAT library makes use of the time/date functions? We should try to pimp the BASIC to be able to give some arguments to the programs. You already missed them for Frotz and I missed them when I wrote a little copy program...
Simon
Re: Newlib date and time functions
Posted: Fri Sep 12, 2014 8:04 am
by marvin
Hi Simon,
a quick search in folder NewLib/libgloss/m68k/ did not reveal FAT-code using date or time functions depending on gettimeofday/settimeofday.
Cheers
Marvin
Re: Newlib date and time functions
Posted: Tue Sep 16, 2014 6:17 pm
by simon
Ok, I will keep that in mind when I rework the SAVE routine of the BASIC. Maybe we should add the date/time functions.
