aboutsummaryrefslogtreecommitdiff
path: root/src/complete.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-05 19:59:30 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-05 19:59:30 -0400
commit900eb9bca18f57531bc74d3a5f5b5e87870cd1ae (patch)
tree5ee6d1047444e9e2473945e2df6025897a89d16a /src/complete.c
parent06bdd272adb09ae5b55a068dfa879ce005cf4748 (diff)
downloadfujinet-chat-900eb9bca18f57531bc74d3a5f5b5e87870cd1ae.tar.gz
Replace cc65 lib isdigit() and atoi() with less bloated isnum() and a2uint().
Diffstat (limited to 'src/complete.c')
-rw-r--r--src/complete.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/complete.c b/src/complete.c
index 46073c4..e76def1 100644
--- a/src/complete.c
+++ b/src/complete.c
@@ -1,6 +1,5 @@
#include <atari.h>
#include <string.h>
-#include <ctype.h>
#include "addrs.h"
#include "edbox.h"
#include "screen.h"