1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

freadln.c: notice: remove obsolete information

This commit is contained in:
2024-04-05 21:06:55 +03:00
parent 72c8da07b5
commit 858898aaa3

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)