aboutsummaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-19 15:32:22 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-19 15:32:22 +0200
commit9376361bcb8e323c7041d19895f967b5bf3ba038 (patch)
treed54c1519b1b04832a51b8eee5d112aaebf180bc3 /auth.c
parent1da12097cbf13eb85adb3d28533a4e1f62e2c882 (diff)
downloadslcl-9376361bcb8e323c7041d19895f967b5bf3ba038.tar.gz
main.c: Use BUFSIZ instead of arbitrary value
According to C99 7.19.1p3: BUFSIZ is a macro that expands to an integer constant expression that is the size of the buffer used by the setbuf function. In other words, this means BUFSIZ is the most optimal length for a buffer that reads a file into memory in chunks using fread(3).
Diffstat (limited to 'auth.c')
0 files changed, 0 insertions, 0 deletions