MorphOS Developer
Posts: 535 from 2003/4/11
From: Germany
It seems that strptime() is currently not available in the libnix support library, you should probably create a stub function for now which returns NULL for a failed conversion. This way it won't stop you from testing other aspects of the port until a solution for the missing function is found.