Artifact [e00c133d14]

Artifact e00c133d140d85da3ab246a9b2e64091a56d55b0:


#ifndef _RSK_STRTOLL_H
#define _RSK_STRTOLL_H

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

#endif