1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 18:02:23 +05:30

freadln.c: add missing #define

This commit is contained in:
Intel A80486DX2-66 2024-03-13 08:19:40 +03:00
parent 282670f23f
commit d422049dc3
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -89,6 +89,7 @@ int freadln(FILE* f, char** output, size_t* length_out) {
# define SLEEP_FN usleep
# define DO_SLEEP 1
# else
# define SLEEP_FN(...)
# define DO_SLEEP 0
# endif
# if DO_SLEEP