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

13 lines
235 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _MUTIL_H
#define _MUTIL_H
2004-03-20 23:00:22 +00:00
/* $Id$ */
2001-08-17 05:46:24 +00:00
unsigned char readkey(int, int, int, int);
unsigned char testkey(int, int);
int newpage(FILE *, int);
void addtoc(FILE *, FILE *, int, int, int, char *);
2004-03-20 23:00:22 +00:00
void disk_reset(void);
2001-08-17 05:46:24 +00:00
#endif