Just looking around
Posts: 16 from 2022/11/29
Thanks for your reply. Is it this library?
https://github.com/bebbo/libnixQuote:
cyfm wrote:
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.