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_fields — Returns array of field definitions in Paradox file

Author

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

                                                                                                PX_GET_FIELDS(3)

Description

       Returns  the  meta  data  of all fields. This function is identical to the call of PX_get_field(3) with a
       record number 0, but you should for  further  releases  not  rely  on  it.   Sie  PX_get_field(3)  for  a
       definition of pxfield_t.

Name

       PX_get_fields — Returns array of field definitions in Paradox file

Return Value

       Returns pointer to field array on success and NULL on failure.

See Also

PX_get_record(3), PX_get_field(3)

Synopsis

       #include <paradox.h>

       pxfield_t *PX_get_fields(pxdoc_t *pxdoc)

See Also