mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-27 14:50:23 +05:30
freadln.c: notice: remove obsolete information
This commit is contained in:
parent
72c8da07b5
commit
858898aaa3
@ -23,7 +23,6 @@ int freadln(FILE* f, char** output, size_t* length_out) {
|
|||||||
* `length_out`
|
* `length_out`
|
||||||
* freadln_EOF: end of file
|
* freadln_EOF: end of file
|
||||||
* freadln_ERROR: an error occurred (see errno)
|
* freadln_ERROR: an error occurred (see errno)
|
||||||
* >= 0: length of read line
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (output == NULL)
|
if (output == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user