-rw-r--r-- 179 cdb-20251021/fmt.h raw#ifndef FMT_H #define FMT_H #define NUM_TOSTRING_NONNEG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */ extern unsigned int fmt_ulong(char *,unsigned long); #endif