/********************************************************************** * %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 getinput_h # define getinput_h /* * Function Prototypes */ char * gi_line(); char * gi_line_cursor(); char * gi_editline(); #endif /* getinput_h undefined */ /********************************************************************** * End **********************************************************************/