As the topic says – for what characters would isblank(int c) return true ?
Haven’t found any entry about that function here on SO.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unless you’ve set the current locale to something other than
"C", it will only return true for' 'and'\t‘.N1570: