File: mu_umaxtostr.h

package info (click to toggle)
mailutils 1%3A3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 31,424 kB
  • ctags: 17,698
  • sloc: ansic: 165,737; sh: 77,655; yacc: 6,304; cpp: 3,827; makefile: 3,019; lex: 2,053; python: 1,652; exp: 1,272; lisp: 782; awk: 200; 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);