Qsmtp  0.30dev
Macros | Functions
fmt.h File Reference

functions for output formatting More...

#include <bits/wordsize.h>

Go to the source code of this file.

Macros

#define ULSTRLEN   11
 length of the ascii representation of an unsigned long
 

Functions

void ultostr (const unsigned long u, char *)
 

Detailed Description

functions for output formatting

Function Documentation

void ultostr ( const unsigned long  u,
char *  res 
)

print unsigned long into a given buffer

Parameters
unumber to convert
respointer to memory where result is stored, should be ULSTRLEN bytes long