NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
math_api.h
1
#ifndef MSL_MATH_API_H
2
#define MSL_MATH_API_H
3
#include <types.h>
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
int
__fpclassify(
long
double
);
9
int
__fpclassifyd(
double
);
10
int
__fpclassifyf(
float
);
11
12
#ifdef __cplusplus
13
}
14
#endif
15
#endif
include
lib
MSL
internal
math_api.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2