logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_open_gsf — read a Paradox file

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                  PX_OPEN_GSF(3)

Description

       Reads a Paradox file previously opened with the gsf library.  pxdoc must be created before with PX_new(3)
       or PX_new2(3).  This function is only available if pxlib has been configured with gsf support.

Name

       PX_open_gsf — read a Paradox file

Return Value

       Returns 0 on success and -1 on failure.

See Also

PX_new2(3), PX_new(3), PX_open_file(3), PX_open_fp(3)

Synopsis

       #include <paradox-gsf.h>

       int PX_open_gsf(pxdoc_t *pxdoc, GsfInput *gsf)

See Also