Subversion Repositories wimsdev

Rev

Rev 8104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8104 Rev 8185
Line 22... Line 22...
22
 
22
 
23
/* Selected characters are entered by the env var 'oncechar'.
23
/* Selected characters are entered by the env var 'oncechar'.
24
 * Words entered by stdin. Output to stdout.
24
 * Words entered by stdin. Output to stdout.
25
 */
25
 */
26
 
26
 
27
#include "../wims.h"
-
 
28
#include "../Lib/libwims.h"
27
#include "../Lib/libwims.h"
-
 
28
 
29
#define MAX_WORDLEN 1023
29
#define MAX_WORDLEN 1023
30
char wbuf[MAX_WORDLEN+1];
30
char wbuf[MAX_WORDLEN+1];
31
char selbuf[256];
31
char selbuf[256];
32
 
32
 
33
int getword(void)
33
int getword(void)