lib/misc/strtou.h
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:25 +0100
changeset 3 3d1d327cfa68
parent 0 6f7a81934006
permissions -rw-r--r--
vmailmgr-0.97

#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