s/qmail  3.3.23
Next generation secure email transport
fmt_uint.c
Go to the documentation of this file.
1 #include "fmt.h"
2 
3 unsigned int fmt_uint(register char *s,register unsigned int u)
4 {
5  register unsigned long l;
6  l = u;
7  return fmt_ulong(s,l);
8 }
unsigned int fmt_ulong(char *, unsigned long)
unsigned int fmt_uint(register char *s, register unsigned int u)
Definition: fmt_uint.c:3
unsigned u
Definition: matchup.c:36