plan9fox/sys/src/9/boot/boot.h
2015-08-25 09:35:10 +00:00

10 lines
198 B
C

enum {
Debug = 0,
};
extern void fatal(char*);
extern int readfile(char*, char*, int);
extern void run(char*, ...);
extern void setenv(char*, char*, int);
extern int writefile(char*, char*, int);