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_record_text - access unparsed record data

Author

Steve Grubb Red Hat Feb 2007 AUPARSE_GET_RECORD_TEXT(3)

Description

auparse_get_record_text returns a pointer to the full unparsed record.

Name

auparse_get_record_text - access unparsed record data

Return Value

Returns NULL if an error occurs; otherwise, a pointer to the record.

See Also

auparse_next_record(3).

Synopsis

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

See Also