Download Pelles C here: http://www.pellesc.se
QuoteRight click in any open area of the controls line to set the Alert time to the current system time.Thank you for taking the time to implement this feature.
QuoteI hope you don't mind that I acknowledge your assistance in the help file.No problem at all! In fact, thank you. I do the same when a user reports a bug to me regarding WinContig.
/* internal stuff */
...
/* macro overrides */
#define atof(s) __stod(s,0,0)
[155]extern _CRTIMP double __cdecl __stod(const char *, char **, long);
[172]#define atof(s) __stod(s,0,0)
[177]#define strtod(s,endptr) __stod(s,endptr,0)
.Page created in 0.028 seconds with 15 queries.