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

auparse_get_field_name - get current field's name

Author

Steve Grubb Red Hat Feb 2007 AUPARSE_GET_FIELD_NAME(3)

Description

auparse_get_field_name allows access to the current field name of the current record in the current event.

Name

auparse_get_field_name - get current field's name

Return Value

Returns NULL if an error occurs; otherwise, a pointer to the field's name.

See Also

auparse_get_field_str(3), auparse_interpret_field(3), auparse_next_field(3).

Synopsis

#include<auparse.h> const char *auparse_get_field_name(const auparse_state_t *au);

See Also