shithub: cursedfs

ref: 4ae0c34b7ed27db5062153219e7e4b49b9013d75
dir: /fs.h/

View raw version
#define Cmdwidth	1024
#define Ncmd		4
#define Nfiles		2

// Represents a 9p file
typedef struct File9 File9;

// All available files on the 9p fs
extern File9 *files[Nfiles];

// Init the draw screen
void	initscreen(void*);