20 lines
231 B
C
20 lines
231 B
C
#ifndef lint
|
|
static char sccsid[] = "@(#)stubs.c 1.1 94/10/31";
|
|
#endif
|
|
|
|
#include "reg.h"
|
|
|
|
struct allregs regsave;
|
|
|
|
int pagesused;
|
|
int lastpg;
|
|
int lastpm;
|
|
|
|
scbsync(){}
|
|
startup(){}
|
|
main(){}
|
|
fault(){}
|
|
cmd(){}
|
|
level14(){}
|
|
level15(){}
|