#ifndef VMAILMGR__STRTOU__H__ #define VMAILMGR__STRTOU__H__ #ifdef __cplusplus extern "C" { #endif unsigned strtou(const char* ptr, const char** endptr); #ifdef __cplusplus }; #endif #endif