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

20 lines
500 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);
2004-03-24 22:23:21 +00:00
FILE *open_webdoc(char *, char *, char *);
void close_webdoc(FILE *);
void add_webtable(FILE *, char *, char *);
void add_webdigit(FILE *, char *, int);
2004-03-27 20:05:59 +00:00
void add_colors(FILE *, char *, int, int);
2004-03-28 15:51:29 +00:00
void add_statcnt(FILE *, char *, statcnt);
2004-03-29 20:41:26 +00:00
void dotter(void);
2001-08-17 05:46:24 +00:00
#endif