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_fields — Returns number of fields in a Paradox file

Author

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

                                                                                            PX_GET_NUM_FIELDS(3)

Description

       Returns the number of fields in a Paradox file.

Name

       PX_get_num_fields — Returns number of fields in a Paradox file

Return Value

       Returns number on success and -1 on failure.

See Also

PX_get_num_records(3), PX_get_fields(3), PX_get_field(3)

Synopsis

       #include <paradox.h>

       int PX_get_num_fields(pxdoc_t *pxdoc)

See Also