Skip to content
  • Rob Swindell's avatar
    Replace ctype.h function calls with new MSVC-safe XPDEV macros · 8a7b7308
    Rob Swindell authored
    I'm fed-up with MSVC assertions in ctype functions (e.g. isdigit, isprint, isspace, etc.) when called with out-of-range (e.g. negative) values.
    
    This problem only affects MSVC debug builds, but if you run them (like I do), these things are like little time bombs that can drive you crazy (knocking your board out of service).
    
    The new macros names are bit more descriptive as well.
    8a7b7308