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

C: freadln.h: fix syntax; reformat

This commit is contained in:
Intel A80486DX2-66 2024-02-22 19:09:37 +03:00
parent 8f4b853094
commit c1916f928c
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -27,7 +27,8 @@ enum freadln_status {
*length_out = length; \
return freadln_OK; \
} \
} while (0);
} while (0)
ssize_t freadln(char** output);
#endif /* _FREADLN_H */