Searched refs:next_char (Results 1 – 1 of 1) sorted by relevance
38 char *next_char = 0; in getVersionInt() local39 const long versionInt = strtol(version, &next_char, 10); in getVersionInt()40 LOG_ALWAYS_FATAL_IF(*next_char != '\0', "no conversion from \"%s\" to long", in getVersionInt()