Parent Directory
|
Revision Log
|
Patch
| Revision 1.18 by sysadm, Sun May 4 14:54:55 2025 UTC | Revision 1.19 by sysadm, Mon May 5 14:27:57 2025 UTC | |
|---|---|---|
| # | Line 59 int iflush() | Line 59 int iflush() |
| 59 | int igetch(int clear_buf) | int igetch(int clear_buf) |
| 60 | { | { |
| 61 | // static input buffer | // static input buffer |
| 62 | static char buf[256]; | static unsigned char buf[256]; |
| 63 | static int len = 0; | static ssize_t len = 0; |
| 64 | static int pos = 0; | static int pos = 0; |
| 65 | ||
| 66 | unsigned char tmp[256]; | unsigned char tmp[256]; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |