diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-04-21 18:34:15 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-04-21 18:34:15 +0300 |
commit | 3be3d993576fbce97cfa6068e427334deb5feb96 (patch) | |
tree | 8c5579947536487f786943b2d7892cef4497f507 /stdu.c | |
parent | 6c4ec5c0bd46b1292d15a789560fb5acd813bbce (diff) | |
download | stdu-work/1.0.0.tar.gz stdu-work/1.0.0.zip |
Minor fixeswork/1.0.0
Diffstat (limited to 'stdu.c')
-rw-r--r-- | stdu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -72,7 +72,6 @@ Print amount of data piped to stdin.\n\ - bytes_read; bufsize = 1024; } - size_t max_bufsize = 1048576; char* buf = malloc(bufsize); char* tmpbuf; |