~kris/9p

9hist

26796ed98e76d68ac149b818c6af85ab941b9d2c — David du Colombier 33 years ago c9e64b4
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*);