|
SYNOPSIS
TBL *opentbl
(
char *name
);
PARAMETERS
- char *name
Filename of the table to open.
DESCRIPTION Open a TBL, and return a pointer to it. The table is rewound, so
the first gettblrow() will return the first record.
If the table is not found, or could not be opened NULL is returned.
SEE ALSO closetbl()
Copyright © Thunderstone Software Last updated: Sun Mar 17 21:14:49 EDT 2013
|