/********************************************************************** * %W% %G% * * ss : A SpreadSheet Program * * Art's Spreadsheet program. Art Mulder ( art@cs.ualberta.ca ) * University of Alberta, Department of Computing Science. *********************************************************************** * header file **********************************************************************/ #ifndef menu_misc_h # define menu_misc_h /* * Function Prototypes */ void MiscShell(); void MiscSettings(); void MiscRedraw(); void MiscRedraw_Expr(); void MiscRecalc(); #endif /* menu_misc_h undefined */ /********************************************************************** * End **********************************************************************/