ROSE
0.11.145.141
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 Wed Oct 2 2024 00:08:37 for ROSE by
1.9.8