Artifact [8b39b46ef3]

Artifact 8b39b46ef36d76ce7265bbb9e8a4ae8bb08f3705:


#ifndef _RSK_STRTOULL_H
#define _RSK_STRTOULL_H

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

#endif