1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-12 22:45:54 +05:30

freadln.c: notice: remove obsolete information

This commit is contained in:
Intel A80486DX2-66 2024-04-05 21:06:55 +03:00
parent 72c8da07b5
commit 858898aaa3
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -23,7 +23,6 @@ int freadln(FILE* f, char** output, size_t* length_out) {
* `length_out`
* freadln_EOF: end of file
* freadln_ERROR: an error occurred (see errno)
* >= 0: length of read line
*/
if (output == NULL)