diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-05 19:59:30 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-05 19:59:30 -0400 |
| commit | 900eb9bca18f57531bc74d3a5f5b5e87870cd1ae (patch) | |
| tree | 5ee6d1047444e9e2473945e2df6025897a89d16a /src/main.c | |
| parent | 06bdd272adb09ae5b55a068dfa879ce005cf4748 (diff) | |
| download | fujinet-chat-900eb9bca18f57531bc74d3a5f5b5e87870cd1ae.tar.gz | |
Replace cc65 lib isdigit() and atoi() with less bloated isnum() and a2uint().
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include <ctype.h> #include "nio.h" #include "irc.h" #include "screen.h" |
