Whats the recommended way to ensure strptime() (which is under __USE_XOPEN) is available under MiNT? Presumably I could set _XOPEN_SOURCE in the headers before including time.h, but is there a better way? Is it time to make strptime() etc visible by default and have an optional #define to hide them?