utf8_gets


Description:

[ CCode ( array_length = false ) ]
public unowned uint8[]? utf8_gets ()

A utility routine to read things line by line from the underlying source.

Trailing newlines and carriage returns are stripped, and the resultant buffer can be edited.

Parameters:

this

InputTextline

Returns:

the string read, or null on eof.