/* usage - functions that display helpful usage info text go here. -jk)*/ #include "common.h" #include "jksql.h" #include "hgTables.h" void printMainHelp() /* Put up main page help info. */ { hPrintf("%s", "This section provides brief line-by-line descriptions of the Table \n" "Browser controls. For more information on using this program, see the \n" "Table \n" "Browser User's Guide.\n" " \n"); }