Qsmtp
0.30dev
|
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 *) |
functions for output formatting
void ultostr | ( | const unsigned long | u, |
char * | res | ||
) |
print unsigned long into a given buffer
u | number to convert |
res | pointer to memory where result is stored, should be ULSTRLEN bytes long |