Add new string to long long function

This commit is contained in:
Pieter Noordhuis
2011-03-10 16:16:27 +01:00
parent cc4c964b33
commit d4e07f1714
2 changed files with 58 additions and 0 deletions

View File

@ -894,6 +894,7 @@ int stringmatchlen(const char *pattern, int patternLen,
int stringmatch(const char *pattern, const char *string, int nocase);
long long memtoll(const char *p, int *err);
int ll2string(char *s, size_t len, long long value);
int string2ll(char *s, size_t len, long long *value);
int d2string(char *s, size_t len, double value);
int isStringRepresentableAsLong(sds s, long *longval);
int isStringRepresentableAsLongLong(sds s, long long *longval);