~kris/9p

9hist

ref: 24d913563ed14638065ae8ea2bfcbb23e1c01fde 9hist/ip/kernel.h -rw-r--r-- 427 bytes
24d91356 — David du Colombier Plan 9 from Bell Labs 1997-09-25 28 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extern	long	kclose(int);
extern	int	kdial(char*, char*, char*, int*);
extern	void	kerrstr(char*);
extern	void	kgerrstr(char*);
extern	long	kopen(char*, int);
extern	long	kread(int, void*, long);
extern	long	kseek(int, int, int);
extern	long	kwrite(int, void*, long);
extern	void	kwerrstr(char *, ...);

extern	char*	strdup(char*);
extern	char*	strrchr(char*, char);
extern	char*	strstr(char*, char*);

extern int	newfd(Chan*);