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/irc.h | |
| 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/irc.h')
| -rw-r--r-- | src/irc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ #define MAX_IRC_MSG_LEN 512 +/* #define streq(x,y) !strcmp(x,y) #define streq_i(x,y) !strcasecmp(x,y) +*/ /**** main.c */ extern char *rx_buf; |
