rolldice
rolldice copied to clipboard
Add ctype.h header for isdigit function
isdigit is provided from ctype.h. This header may not need to be added on all platforms (perhaps included by some other header) but it is needed on at least current macOS (14).