переместить курсор поля с помощью библиотеки Curses (move field cursor)
Имя (Name)
auparse_next_field - move field cursor
Синопсис (Synopsis)
#include <auparse.h>
int auparse_next_field(auparse_state_t *au);
Описание (Description)
auparse_next_field moves the library's internal cursor to point
to the next field in the current record of the current event.
Возвращаемое значение (Return value)
Returns 0 if no more fields exist and 1 for success.
Смотри также (See also)
auparse_next_record(3).