debian man page for px_get_num_records

Query: px_get_num_records

OS: debian

Section: 3

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

PX_GET_NUM_RECORDS(3)					     Library Functions Manual					     PX_GET_NUM_RECORDS(3)

NAME
PX_get_num_records -- Returns number of records in a Paradox file
SYNOPSIS
#include <paradox.h> int PX_get_num_records(pxdoc_t *pxdoc)
DESCRIPTION
Returns the number of records in a Paradox file.
RETURN VALUE
Returns number on success and -1 on failure.
SEE ALSO
PX_get_num_fields(3), PX_get_record(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_GET_NUM_RECORDS(3)
Related Man Pages
px_close(3) - debian
px_create_fp(3) - debian
px_new3(3) - debian
px_retrieve_record(3) - debian
px_set_targetencoding(3) - debian
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?