доступ к неанализируемым данным записи (access unparsed record data)
Имя (Name)
auparse_get_record_text - access unparsed record data
Синопсис (Synopsis)
#include <auparse.h>
const char *auparse_get_record_text(auparse_state_t *au);
Описание (Description)
auparse_get_record_text returns a pointer to the full unparsed
record.
Возвращаемое значение (Return value)
Returns NULL if an error occurs; otherwise, a pointer to the
record.
Смотри также (See also)
auparse_next_record(3).