@@ -20,7 +20,7 @@ void print_letters(char arg[], int nchars)
for(i=0;i<nchars;i++){
charch=arg[i];
if(isalnum(ch)||isblank(ch)){
if(isalpha(ch)||isblank(ch)){
printf("'%c' == %d ",ch,ch);
}
}
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.