/********************************************************************** * %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_ncell_h # define menu_cell_h /* * Function Prototypes */ void CellGoto(); void CellMark(); void CellCopy(); void CellEditLabel(); void CellEditValue(); #endif /* menu_cell_h undefined */ /********************************************************************** * End **********************************************************************/