File: mu_umaxtostr.h

package info (click to toggle)
mailutils 1%3A2.1%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 20,356 kB
  • ctags: 15,779
  • sloc: ansic: 120,552; sh: 11,516; yacc: 5,350; cpp: 3,921; makefile: 2,169; exp: 2,126; python: 1,746; lex: 1,668; lisp: 737; perl: 118; awk: 115; sed: 23
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);