<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/wordinfo.c">
<Name>LQT_fprintWordInfo</Name>
<Class>Database/Words
<Purpose>
Prints an ASCII representation of the given WordInfo pointer to
the given stdio stream.  The Caller argument is printed before
each line of output, and is usually the name of the function
calling LQT_fprintWordInfo.
</Function>
<Decl>
API void
LQT_fprintWordInfo(db, stream, W, Caller)
    t_LQTEXT_Database *db;
    FILE *stream;
    t_WordInfo *W;
    char *Caller;
</Decl>
</Entry>
