I have been using Pelles C and really like it. It's a very good C compiler.
I have a program that uses the _tzset function and the variables _daylight, _timezone, _tzname[]. It seems Pelles C does not support this function and these variables? This also seems to effect the timezone and dstflag fields in the _timeb structure. I realize these are Microsoft extensions and not standard C. I could use Win32 API functions to do the same thing.
Thanks,
Greg