diff options
author | trimill <trimill@trimillxyz.org> | 2024-02-03 21:05:27 -0500 |
---|---|---|
committer | trimill <trimill@trimillxyz.org> | 2024-02-03 21:08:36 -0500 |
commit | 85a94437048e85aa97991899abbdd0cc927ca671 (patch) | |
tree | 2cb682af2be6ec7e94ebc3f010a780d1b4037c93 /include/lib.h | |
parent | fix lib (diff) | |
download | corn-85a94437048e85aa97991899abbdd0cc927ca671.tar.gz corn-85a94437048e85aa97991899abbdd0cc927ca671.tar.bz2 corn-85a94437048e85aa97991899abbdd0cc927ca671.zip |
formatting
Diffstat (limited to 'include/lib.h')
-rw-r--r-- | include/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib.h b/include/lib.h index b5f6ccc..c2adc5c 100644 --- a/include/lib.h +++ b/include/lib.h @@ -324,7 +324,7 @@ unsigned long long int strtoull(const char *str, char **endptr, int base); * - If the value has two or three decimal digits, print it followed by the * approprate suffix. * - If the value has one decimal digit, print it along with a single fractional - * digit. This also applies if the value is zero. + * digit. This also applies if the value is zero. * * @param bytes - the bytes to convert * @param buf - a pointer to the buffer to store it in (which must be at least five |