David Brownlee wrote:
Whats the recommended way to ensure strptime() (which is under __USE_XOPEN) is available under MiNT?
The answer is explained at the top of this file: http://sparemint.org/cgi-bin/cvsweb/mintlib/include/features.h.in?rev=1.8&content-type=text/x-cvsweb-markup Usually, the best way to enable all extensions is to compile with -D_GNU_SOURCE -- Vincent Rivière