Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

PX_new — create new instance of Paradox file

Author

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

                                                                                                       PX_NEW(3)

Description

       Creates  a  new  instance  of a Paradox file. This function or PX_new2(3) must be called before any other
       functions.

Name

       PX_new — create new instance of Paradox file

Return Value

       Returns a pointer to an internal representation of a Paradox file or NULL on failure.

See Also

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

Synopsis

       #include <paradox.h>

       pxdoc_t* PX_new()

See Also