Rev 8100 | Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8100 | Rev 8104 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | */ |
25 | */ |
26 | 26 | ||
27 | #include "../wims.h" |
27 | #include "../wims.h" |
28 | #include "../Lib/libwims.h" |
28 | #include "../Lib/libwims.h" |
29 | #define MAX_WORDLEN 1023 |
29 | #define MAX_WORDLEN 1023 |
30 | #include "../mydebug.c" |
- | |
31 | char wbuf[MAX_WORDLEN+1]; |
30 | char wbuf[MAX_WORDLEN+1]; |
32 | char selbuf[256]; |
31 | char selbuf[256]; |
33 | 32 | ||
34 | int getword(void) |
33 | int getword(void) |
35 | { |
34 | { |