strtoll.h at [59af3f328b]

File strtoll.h artifact 6b4cfebaa6 part of check-in 59af3f328b


#ifndef _RSK_STRTOULL_H
#define _RSK_STRTOULL_H

long long int strtoull(const char *nptr, char **endptr, int base);

#endif