<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/pmatch.c">
<Name>LQT_fPrintOneMatch</Name>
<Class>Output
<Purpose>
<P>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.</P>
<Notes>
<P>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).</P>
</Function>
<Decl>
API void
LQT_fPrintOneMatch(db, theFile, FirstNumber, FileInfo, WordPlace)
    t_LQTEXT_Database *db;
    FILE *theFile;
    int FirstNumber;
    t_FileInfo *FileInfo;
    t_WordPlace *WordPlace;
</Decl>
</Entry>
