strtoull.h at [2eca7c583b]

File strtoull.h artifact d844e2c6b9 part of check-in 2eca7c583b


#ifndef _RSK_STRTOULL_H
#define _RSK_STRTOULL_H

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

#endif