SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
strtoul.h
Go to the documentation of this file.
1
#ifndef _MSL_COMMON_STRTOUL_H
2
#define _MSL_COMMON_STRTOUL_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
long
strtol
(
const
char
* str,
char
**
end
,
int
base);
9
unsigned
long
strtoul
(
const
char
* str,
char
**
end
,
int
base);
10
unsigned
long
__strtoul
(
int
base,
int
max_width,
11
int
(*ReadProc)(
void
*,
int
,
int
),
void
* ReadProcArg,
12
int
* chars_scanned,
int
* negative,
int
* overflow);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif
/* _MSL_COMMON_STRTOUL_H */
end
static bool end(Vec3 *a, Vec3 *b, float unk_sum)
Definition
lbcollision.c:430
__strtoul
unsigned long __strtoul(int base, int max_width, int(*ReadProc)(void *, int, int), void *ReadProcArg, int *chars_scanned, int *negative, int *overflow)
Definition
strtoul.c:25
strtol
long strtol(const char *str, char **end, int base)
Definition
strtoul.c:181
strtoul
unsigned long strtoul(const char *str, char **end, int base)
Definition
strtoul.c:155
src
MSL
strtoul.h
Generated by
1.17.0