mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-08 08:54:34 +05:30
C: freadln.c: simplify to #ifdef
This commit is contained in:
parent
b9ba12c28e
commit
4f37c8a9fe
@ -116,7 +116,7 @@ int freadln(FILE* f, char** output, size_t* length_out) {
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# if defined(NO_SIZE_T_FORMAT)
|
||||
# ifdef NO_SIZE_T_FORMAT
|
||||
# define PRIuSIZE PRIuMAX
|
||||
typedef uintmax_t SIZE_T_FORMAT;
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user