Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define IsUpper(c) (((c)>='A')&&((c)<='Z'))
- #define IsLower(c) (((c)>='a')&&((c)<='z'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement