milon@lemm.eeOPtoProgramming@programming.dev•Why does isalpha() fail to identify an alphabetic character?
4·
1 year agoAh ha! Yes, I did check the docs but I think I just glanced over that portion. Be more careful next time. Now that I took another look at the other ctype.h functions, they all return 1 or 0. I think I confused equivalent python built-in functions as those evaluated to true/false. The < is a less than sign but it seems it doesn’t render correctly on Lemmy.
Good point!