diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-31 04:10:12 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-31 04:10:12 -0400 |
| commit | ed04dd7fb0c859870e708da809b002508f959b1c (patch) | |
| tree | 795176851a8010f6284c723e56c6471b78531513 /src/cmd.c | |
| parent | 5a1d4762bc8fdd39a014bd5f469089f944bc5944 (diff) | |
| download | fujinet-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |
