I\'ve come to bother you all with another probably really simple C question. Using the following code:
Ok I am checking that a string is开发者_JAVA技巧 at least 4 characters long and 25 or less characters short
I have the following function from the php.net site to determine the # of bytes in an ASCII and UTF-8 string:
Sounds easy, but I\'ve got a bug and I\'m not surewhat\'s causing it? nopunccount = 0; char *ra = new char[sizeof(npa)];
Can anyone point me to the definition of strlen() in GCC?I\'ve been grepping release 4.4.2 for about a half hour now (while Googling like crazy) and I can\'t seem 开发者_Go百科to find where strlen() i