Plan 9 from Bell Labs 1992-10-23
1 files changed, 1 insertions(+), 0 deletions(-) M port/lib.h
M port/lib.h => port/lib.h +1 -0
@@ 53,6 53,7 @@ struct Op int f2; int f3; }; +typedef void* Fconv; /* to allow fcall.h to compile */ extern void strconv(char*, Op*, int, int); extern int numbconv(Op*, int); extern char *doprint(char*, char*, char*, void*);