debian man page for px_delete

Query: px_delete

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PX_DELETE(3)						     Library Functions Manual						      PX_DELETE(3)

NAME
PX_delete -- 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.
SEE ALSO
PX_new(3), PX_new2(3), PX_open_file(3), PX_open_fp(3), PX_close(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_DELETE(3)
Related Man Pages
px_create_fp(3) - debian
px_get_field(3) - debian
px_insert_record(3) - debian
px_set_blob_file(3) - debian
pxlib(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?