| changeset 0 | 6f7a81934006 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/misc/strtou.h Wed Jan 16 22:39:43 2008 +0100 @@ -0,0 +1,14 @@ +#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