SQG Documentation:  gototoable()

============================================================
SYNOPSIS
         
      #include "querygen.h"

      int gototable(FILE *fpctq, char *tablename)


============================================================

DESCRIPTION


To rewind the file specified by fpctq and read it up to
tablename.

============================================================

RETURN VALUE

On success gototable() returns 0.  If tablename was not 
found in fpctq, then 1 is returned.
============================================================