Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
arith.h File Reference

Go to the source code of this file.

Classes

struct  div_t
 

Typedefs

typedef struct div_t div_t
 

Functions

int abs (int n)
 
long int labs (long int n)
 
div_t div (int numerator, int denominator)
 

Typedef Documentation

◆ div_t

typedef struct div_t div_t

Function Documentation

◆ abs()

int abs ( int n)

◆ div()

div_t div ( int numerator,
int denominator )

◆ labs()

long int labs ( long int n)