SQG Documentation: checkres()
============================================================
SYNOPSIS
#include "querygen.h"
int chkres(char *wordtocheck);
============================================================
DESCRIPTION
The chkres() function checks wordtocheck to see if it is an
SQL reserved word.
============================================================
RETURN VALUE
If wordtocheck is an SQL reserved word 1 is returned,
otherwise 0 is returned.
============================================================