Qsmtp
0.30dev
|
functions for output formatting More...
#include <fmt.h>
Functions | |
void | ultostr (const unsigned long u, char *res) |
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 |