Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
arith.h
Go to the documentation of this file.
1
#ifndef _MSL_COMMON_ARITH_H
2
#define _MSL_COMMON_ARITH_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
typedef
struct
{
9
int
quot
;
/* quotient */
10
int
rem
;
/* remainder */
11
}
div_t
;
12
13
div_t
div
(
int
numerator
,
int
denominator
);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
/* _MSL_COMMON_ARITH_H */
div
div_t div(int numerator, int denominator)
Definition
arith.c:12
cLib_calcTimer
T cLib_calcTimer(T *value)
Definition
c_lib.h:74
div_t
Definition
arith.h:8
div_t::quot
int quot
Definition
arith.h:9
div_t::rem
int rem
Definition
arith.h:10
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
arith.h
Generated by
1.9.8