ROSE  0.11.145.0
rose_strtoull.h
1 #ifndef ROSE_strtoull_H
2 #define ROSE_strtoull_H
3 
4 #include <inttypes.h>
5 #include "rosedll.h"
6 
12 ROSE_UTIL_API uint64_t rose_strtoull(const char *nptr, char **endptr, int base);
13 
14 #endif
15 
16