SQG Documentation: gettable() ============================================================ SYNOPSIS #include "querygen.h" char *gettable(FILE *fp); ============================================================ DESCRIPTION gettable() rewinds fp and prints the first word after "create table" to stdout until EOF is reached. The user is then prompted to type one of the table names printed to stdout. ============================================================ RETURN VALUE a pointer to an array of type char containing the user's input is returned. If the user entered nothing, then NULL is returned. ============================================================