/**************************************************************************/ /* menu.h */ /* Does nice IO operations, like menus */ /* */ /* Thorsten Brehm, 5/2001 */ /**************************************************************************/ long menu(char* title,long max,char* lineProc(int i));