logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_get_num_records — Returns number of records in a Paradox file

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                           PX_GET_NUM_RECORDS(3)

Description

       Returns the number of records in a Paradox file.

Name

       PX_get_num_records — Returns 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)

Synopsis

       #include <paradox.h>

       int PX_get_num_records(pxdoc_t *pxdoc)

See Also