lq-text: LQT_ReadWordFromFileInfo

API t_WordInfo * LQT_ReadWordFromFileInfo (db, FileInfo, Flags) t_LQTEXT_Database *db; t_FileInfo *FileInfo; unsigned int Flags;

Purpose

The same as LQT_Read­Word­From­String­Pointer, but uses a FILE * that the caller has created in the given t_FileInfo structure.

See Also:

Notes

See LQC_MakeInput in the lqaddfile client for one way to create a FileInfo; that routine will move into the API in a future release, but probably with slight changes to its interface.