util  Diff

Differences From Artifact [84789a032f]:

To Artifact [f514e0efd7]:


    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] = {};