PX_delete(3) Deletes instance of Paradox file

SYNOPSIS

#include <paradox.h>

void PX_delete(pxdoc_t *pxdoc)

DESCRIPTION

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

AUTHOR

This manual page was written by Uwe Steinmann [email protected].