Skip to content
Snippets Groups Projects
Commit 8a7b7308 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Replace ctype.h function calls with new MSVC-safe XPDEV macros

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.
parent 3706559b
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #525 passed
Showing with 114 additions and 111 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment