/* calcmand.c * This file contains routines to replace calcmand.asm. * * This file Copyright 1991 Ken Shirriff. It may be used according to the * fractint license conditions, blah blah blah. */ #include "port.h" unsigned long savedmask; long linitx, linity; int calcmandasm(void) { printf("Warning: called calcmandasm\n"); return(0); } #if 0 /* not used */ code16bit() {} checkperiod() {} code32bit() {} #endif