Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7713222
StringToInt.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
398 B
Referenced Files
None
Subscribers
None
StringToInt.h
View Options
// 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
Details
Attached
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)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment