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
2015-11-05 18:49:27 -05:00

20 lines
547 B
C

#ifndef _MUTIL_H
#define _MUTIL_H
/* $Id: mutil.h,v 1.6 2004/03/29 20:41:26 mbroek Exp $ */
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