Skip to content
Snippets Groups Projects
Commit a89d307b authored by Mathieu Malaterre's avatar Mathieu Malaterre
Browse files

ENH: all ctype function have the same issue: char can be signed or unsigned,...

ENH: all ctype function have the same issue: char can be signed or unsigned, since isspace only deal with >=0 value (except EOF) one has to first cast it to unsigned char
parent 21bb18e8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment