~kris/9p

9hist

ref: 7011d148ded87105afeb7d5bbf3d58c2974260cf 9hist/ip/kernel.h -rw-r--r-- 429 bytes
7011d148 — David du Colombier Plan 9 from Bell Labs 1999-11-17 26 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, vlong, 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*);