hgetln

@param buffer The buffer into which bytes will be written @param size The size of the buffer @param fp The file stream @return The number of bytes read, or negative on error. @since 1.4

Specialization of hgetdelim() for a \n delimiter.

extern (C) pragma(inline, true)
hgetln
(
char* buffer
,
size_t size
,)

Meta