File: mu_umaxtostr.h

package info (click to toggle)
mailutils 1%3A3.20-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 38,932 kB
  • sloc: ansic: 187,772; sh: 111,430; yacc: 7,463; cpp: 3,834; makefile: 3,166; lex: 1,972; python: 1,617; exp: 1,563; awk: 152; lisp: 132; sed: 31
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (11)
1
2
3
4
5
#include <inttostr.h>

#define UINTMAX_STRSIZE_BOUND INT_BUFSIZE_BOUND (uintmax_t)

const char *mu_umaxtostr (unsigned slot, uintmax_t val);