aboutsummaryrefslogtreecommitdiff
path: root/src/cmd.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-31 04:10:12 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-31 04:10:12 -0400
commited04dd7fb0c859870e708da809b002508f959b1c (patch)
tree795176851a8010f6284c723e56c6471b78531513 /src/cmd.c
parent5a1d4762bc8fdd39a014bd5f469089f944bc5944 (diff)
downloadfujinet-chat-ed04dd7fb0c859870e708da809b002508f959b1c.tar.gz
Replace strcmp() and friends, tolower(), with custom (small) routines. now at 5129 bytes free.
Diffstat (limited to 'src/cmd.c')
-rw-r--r--src/cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd.c b/src/cmd.c
index 4ef28f2..f081325 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -7,6 +7,7 @@
#include "screen.h"
#include "edbox.h"
#include "config.h"
+#include "streq.h"
/* A "command" is actually anything the user types, whether or
not it starts with a / character. */