получить имя текущего поля (get current field's name)
Имя (Name)
auparse_get_field_name - get current field's name
Синопсис (Synopsis)
#include <auparse.h>
const char *auparse_get_field_name(auparse_state_t *au);
Описание (Description)
auparse_get_field_name allows access to the current field name of
the current record in the current event.
Возвращаемое значение (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).