HomeSort by relevance Sort by last modified time
    Searched defs:strtoull (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdlib/
strtoull.c 1 /* $OpenBSD: strtoull.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
46 strtoull(const char *nptr, char **endptr, int base) function
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 45 #define strtoull _strtoui64 macro
49 #define strtoull strtoul
316 return strtoull(nptr, endptr, base);

Completed in 179 milliseconds