import from plan9
This commit is contained in:
parent
44fc56d8c3
commit
536f9b83c0
9 changed files with 320 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue