[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] strptime() and __USE_XOPEN



	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?