@ -192,7 +192,7 @@ static int countWords(char *txt)
intcount=0;
char*pPtr=txt;
while(pPtr!=NULL){
while(pPtr!=NULL&&strlen(pPtr)>0){
count++;
pPtr=stptok(pPtr,number,sizeof(number),"");
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.