Author :
Ran Benita
Date :
2013-10-14 18:59:53
Hash :dcdd4e10 Message :Replace ctype.h functions with ascii ones
ctype.h is locale-dependent, so using it in our scanners is not optimal.
Let's be deterministic with our own simple functions.
Signed-off-by: Ran Benita <ran234@gmail.com>