table of contents
PX_OPEN_FP(3) | Library Functions Manual | PX_OPEN_FP(3) |
NAME¶
PX_open_fp — read a Paradox file
SYNOPSIS¶
#include <paradox.h>
int PX_open_fp(pxdoc_t *pxdoc, FILE *fp)
DESCRIPTION¶
Reads a Paradox file with the given file pointer which must have been opened before with fopen(3). pxdoc must be created before with PX_new(3) or PX_new2(3).
RETURN VALUE¶
Returns 0 on success and -1 on failure.
SEE ALSO¶
AUTHOR¶
This manual page was written by Uwe Steinmann uwe@steinmann.cx.