1
#ifndef VMAILMGR__UTOA__H__
2
#define VMAILMGR__UTOA__H__
3
4
#include "mystring/mystring.h"
5
6
extern mystring utoa(unsigned u);
7
8
#endif