Content originally posted in LPCWare by Ex-Zero on Sun Dec 11 16:23:31 MST 2011
Sorry, should explain my previous post:
#1 As mentioned above, strlen is included in string.h :)
#2 If you want to see if strnlen is supported, just check this files (REDLIB and NEWLIB version, not linux) :mad:
#3 string.h of NEWLIB is including strnlen, so changing library to NEWLIB should include strnlen :)
#4 Made a test meanwhile and NEWLIB is supporting strnlen. So you just have to use NEWLIB :rolleyes: