Qsmtp
0.30dev
Main Page
Data Structures
Files
File List
Globals
include
fmt.h
Go to the documentation of this file.
1
4
#ifndef FMT_H
5
#define FMT_H
6
7
#include <bits/wordsize.h>
8
9
extern
void
ultostr
(
const
unsigned
long
u,
char
*) __attribute__ ((nonnull (2)));
10
14
#if __WORDSIZE == 64
15
#define ULSTRLEN 21
16
#else
17
#define ULSTRLEN 11
18
#endif
19
20
#endif
ultostr
void ultostr(const unsigned long u, char *)
Definition:
fmt.c:14
Generated by
1.8.10