mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
C: freadln.c: simplify to #ifdef
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user