My Own strcasecmp() Function – Round ThreePosted on January 22, 2022 The strcasecmp() function isn’t part of the standard C library, though many compilers feature it. As having the function is handy, I wrote about crafting your own version back in 2019. Alas, that implementation is flawe...