$foo in tags - here only for reference.

This commit is contained in:
rsc 2004-04-21 22:39:37 +00:00
parent b9403fe70a
commit 99f4029090
6 changed files with 209 additions and 15 deletions

View file

@ -92,6 +92,9 @@ char* edittext(Window*, int, Rune*, int);
void flushwarnings(void);
void startplumbing(void);
int expandenv(Rune**, uint*);
int abbrevenv(Rune**, uint*);
Runestr runestr(Rune*, uint);
Range range(int, int);