px_open_file(3) debian man page | unix.com

Man Page: px_open_file

Operating Environment: debian

Section: 3

PX_OPEN_FILE(3) 					     Library Functions Manual						   PX_OPEN_FILE(3)

NAME
PX_open_file -- read a Paradox file
SYNOPSIS
#include <paradox.h> int PX_open_file(pxdoc_t *pxdoc, const char *filename)
DESCRIPTION
Opens a Paradox file with the given filename. 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
PX_new2(3), PX_new(3), PX_open_fp(3), PX_open_gsf(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_OPEN_FILE(3)
Related Man Pages
px_close(3) - debian
px_new2(3) - debian
px_retrieve_record(3) - debian
px_set_targetencoding(3) - debian
px_time2string(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
Detecting unused variables...