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-29 20:41:26 +00:00

20 lines
500 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);
FILE *open_webdoc(char *, char *, char *);
void close_webdoc(FILE *);
void add_webtable(FILE *, char *, char *);
void add_webdigit(FILE *, char *, int);
void add_colors(FILE *, char *, int, int);
void add_statcnt(FILE *, char *, statcnt);
void dotter(void);
#endif