Program Listing for File rose_strtoull.h#
↰ Return to documentation for file (src/util/rose_strtoull.h)
#ifndef ROSE_strtoull_H
#define ROSE_strtoull_H
#include <inttypes.h>
#include "rosedll.h"
ROSE_UTIL_API uint64_t rose_strtoull(const char *nptr, char **endptr, int base);
#endif