diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-06 07:28:16 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-06 07:28:34 -0400 |
| commit | 2953b35cea6515a5de73bba798583bbb4146bdce (patch) | |
| tree | d11deb8703bb0fc425ef48e5de0811d620dba12a /src/main.c | |
| parent | a17902373dc3fd2f06f0796ed2621109cb4acdd3 (diff) | |
| download | fujinet-chat-2953b35cea6515a5de73bba798583bbb4146bdce.tar.gz | |
Rewrite txbuf_append_chr() in asm. 6795 bytes free.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -29,10 +29,6 @@ char reconnect_timeout = 1; extern void ih(); // defined in intr.s -void txbuf_append_chr(char c) { - tx_buf[txbuflen++] = c; -} - void txbuf_init(void) { txbuflen = tx_buf[0] = 0; } |
