API void
LQT_fPrintOneMatch
(db, theFile, FirstNumber, FileInfo, WordPlace)
t_LQTEXT_Database *db;
FILE *theFile;
int FirstNumber;
t_FileInfo *FileInfo;
t_WordPlace *WordPlace;
Purpose
Prints a single match to the given stdio file descriptor, in a form that will subsequently be understood by the routines and programs that read matches.
Notes
Not all the information stored in the database index for each match is printed by LQT_fPrintOneMatch. A future release will allow you to change the print format (using a Name Space).