Page MenuHomePhabricator

StringToInt.h
No OneTemporary

Size
398 B
Referenced Files
None
Subscribers
None

StringToInt.h

// Common/StringToInt.h
#ifndef __COMMON_STRINGTOINT_H
#define __COMMON_STRINGTOINT_H
#include <string.h>
#include "Types.h"
UInt64 ConvertStringToUInt64(const char *s, const char **end);
UInt64 ConvertOctStringToUInt64(const char *s, const char **end);
UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end);
Int64 ConvertStringToInt64(const char *s, const char **end);
#endif

File Metadata

Mime Type
text/x-c
Expires
Fri, Nov 21, 7:41 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361424
Default Alt Text
StringToInt.h (398 B)

Event Timeline