News

Repository files navigation transform_char (c) Function: Lowercase Check: If c is between 'a' and 'z', convert it to uppercase by subtracting 32 from its ASCII value. Uppercase Check: If c is between ...
Simply copy ascii_check.h and/or ascii_check_sse2.h into your project and include them, or use a git submodule to the same effect. Both files contain two functions: /** * @brief Check if a string of ...