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:
parent
8f4b853094
commit
c1916f928c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user