Any obvious reason we shouldn't create a time.h with the contents of the current time_r.h, using the same logic we use to replace string.h?
It would be nice to avoid '#include "time_r.h"' and just do '#include <time.h>' in my code. /Simon
Any obvious reason we shouldn't create a time.h with the contents of the current time_r.h, using the same logic we use to replace string.h?
It would be nice to avoid '#include "time_r.h"' and just do '#include <time.h>' in my code. /Simon