s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
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
}
fmt.h
fmt_ulong
unsigned int fmt_ulong(char *, unsigned long)
fmt_uint
unsigned int fmt_uint(register char *s, register unsigned int u)
Definition:
fmt_uint.c:3
u
unsigned u
Definition:
matchup.c:36
Generated on Sat Jan 12 2019 23:42:27 for s/qmail by
1.8.13