auparse_get_record_num (3) - Linux Manuals
auparse_get_record_num: get current record cursor location
NAME
auparse_get_record_num - get current record cursor locationSYNOPSIS
#include <auparse.h>unsigned int auparse_get_record_num(auparse_state_t *au);
DESCRIPTION
auparse_get_record_num will retreive the internal library cursors current record location in the current event. Records within the same event are numbered starting from 0. This is generally not needed but there are some cases where one may want to know the exact record being looked at.RETURN VALUE
Returns the current record cursor location.
AUTHOR
Steve Grubb