Differences From Artifact [84789a032f]:
- File clib/say.c — part of check-in [0894d03fbf] at 2023-04-15 20:47:04 on branch trunk — add generic routines from vesper (user: lexi, size: 5942) [annotate] [blame] [check-ins using]
To Artifact [f514e0efd7]:
- File clib/say.c — part of check-in [f7c93df9f4] at 2024-07-10 19:07:16 on branch trunk — periodic update (user: lexi, size: 5935) [annotate] [blame] [check-ins using]
10 10 # define _say_use_fd 11 11 #endif 12 12 13 13 #ifdef _say_use_fd 14 14 # include <unistd.h> 15 15 #endif 16 16 17 -static void buffer_pushm 17 +void buffer_pushm 18 18 ( buffer* buf, 19 19 uintmax_t val, 20 20 bool neg, 21 21 uint8_t base, 22 22 bool ucase 23 23 ) { 24 24 char nb [48] = {};