ROSE
0.11.145.147
src
util
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
Generated on Mon Sep 30 2024 03:25:41 for ROSE by
1.9.8