strtoull.h at [304f4b8d4a]

File strtoull.h artifact 8b39b46ef3 part of check-in 304f4b8d4a


#ifndef _RSK_STRTOULL_H
#define _RSK_STRTOULL_H

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

#endif