Mac missing strnlen ???25 Feb
Well something I certainly wasn’t expecting – turns out (seems to me anyway) that the Mac C library doesn’t include the strnlen function – how weird is that !!!!!
Had to tweak some of my functionally transformation code to use strlen and then check the result..
Not a big deal – just a surprise..

