diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-11 18:32:27 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-11 18:32:27 +0100 |
| commit | 50bb696a6b4d75a097f22274834f67961fa9e440 (patch) | |
| tree | 44270d52d6440c02b30b4b7d49950519770585c2 /libj2_j2u_to_str.c | |
| parent | cleanup (diff) | |
| download | libj2-50bb696a6b4d75a097f22274834f67961fa9e440.tar.gz libj2-50bb696a6b4d75a097f22274834f67961fa9e440.tar.bz2 libj2-50bb696a6b4d75a097f22274834f67961fa9e440.tar.xz | |
Add signed integers (arithmetics and some testing not implemented yet)
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libj2_j2u_to_str.c')
| -rw-r--r-- | libj2_j2u_to_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libj2_j2u_to_str.c b/libj2_j2u_to_str.c index 9398d0a..40ead84 100644 --- a/libj2_j2u_to_str.c +++ b/libj2_j2u_to_str.c @@ -164,7 +164,7 @@ out: #else -#define BUFFER_SIZE 1024 +#define BUFFER_SIZE (128U + LIBJ2_J2U_BIT) static uintmax_t |
