Artifact [d844e2c6b9]

Artifact d844e2c6b99a5437fbc3a6a7144fe6176565ef3d:


#ifndef _RSK_STRTOULL_H
#define _RSK_STRTOULL_H

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

#endif