import from plan9

This commit is contained in:
rsc 2006-05-21 18:57:51 +00:00
parent 44fc56d8c3
commit 536f9b83c0
9 changed files with 320 additions and 62 deletions

View file

@ -13,6 +13,8 @@ void uksc_in(int fd, long *notused, struct convert *out);
void uksc_out(Rune *base, int n, long *notused);
void html_in(int fd, long *notused, struct convert *out);
void html_out(Rune *base, int n, long *notused);
void tune_in(int fd, long *notused, struct convert *out);
void tune_out(Rune *base, int n, long *notused);
#define emit(x) *(*r)++ = (x)
#define NRUNE 65536