declare sysfatal as lib function
This commit is contained in:
parent
dcf9fca6cc
commit
f163dcf6f9
1
plan9.h
1
plan9.h
|
@ -193,6 +193,7 @@ struct Dir {
|
|||
|
||||
long readn(int, void*, long);
|
||||
void remotehost(char*, int);
|
||||
void sysfatal(char*, ...);
|
||||
|
||||
enum {
|
||||
NAMELEN = 28,
|
||||
|
|
Loading…
Reference in New Issue