This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbsetup/mutil.h
2004-03-20 23:00:22 +00:00

13 lines
235 B
C

#ifndef _MUTIL_H
#define _MUTIL_H
/* $Id$ */
unsigned char readkey(int, int, int, int);
unsigned char testkey(int, int);
int newpage(FILE *, int);
void addtoc(FILE *, FILE *, int, int, int, char *);
void disk_reset(void);
#endif