util  Diff

Differences From Artifact [84789a032f]:

To Artifact [f514e0efd7]:


10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#	define _say_use_fd
#endif

#ifdef _say_use_fd
#	include <unistd.h>
#endif

static void buffer_pushm
(	buffer*   buf,
	uintmax_t val,
	bool      neg,
	uint8_t   base,
	bool      ucase
) {
	char nb [48] = {};







|







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#	define _say_use_fd
#endif

#ifdef _say_use_fd
#	include <unistd.h>
#endif

void buffer_pushm
(	buffer*   buf,
	uintmax_t val,
	bool      neg,
	uint8_t   base,
	bool      ucase
) {
	char nb [48] = {};