Home | History | Annotate | Download | only in Include

Lines Matching refs:atoll

84     long long             atoll     (const char *nptr);

385 /** The atoll function converts the initial portion of the string pointed to by
388 - atoll: strtoll(nptr, (char **)NULL, 10)
392 @return The atoll function returns the converted value.
395 atoll(const char *nptr);