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_delete — Deletes instance of Paradox file

Author

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

                                                                                                    PX_DELETE(3)

Description

       Deletes a Paradox file but does not close it. Deleting means to free all allocated memory but not closing
       the file descriptor.

Name

       PX_delete — Deletes instance of Paradox file

See Also

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

Synopsis

       #include <paradox.h>

       void PX_delete(pxdoc_t *pxdoc)

See Also