получить количество записей (get the number of records)
Имя (Name)
auparse_get_num_records - get the number of records
Синопсис (Synopsis)
#include <auparse.h>
unsigned int auparse_get_num_records(auparse_state_t *au);
Описание (Description)
auparse_get_num_records gets the number of records in the current
event.
Возвращаемое значение (Return value)
Returns 0 if an error occurs; otherwise, the number of records.
Смотри также (See also)
auparse_next_record(3).