Diff

Differences From Artifact [d844e2c6b9]:

To Artifact [8b39b46ef3]:


1
2
3
4
5
6
#ifndef _RSK_STRTOULL_H
#define _RSK_STRTOULL_H

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

#endif



|


1
2
3
4
5
6
#ifndef _RSK_STRTOULL_H
#define _RSK_STRTOULL_H

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

#endif