#include <math.h>
#include "../ogg/os_types.h"
#include "misc.h"
Go to the source code of this file.
Definition at line 26 of file os.h.
Definition at line 52 of file os.h.
#define M_PI (3.1415926536f) |
Definition at line 41 of file os.h.
#define max |
( |
|
x, |
|
|
|
y |
|
) |
| ((x)<(y)?(y):(x)) |
Definition at line 70 of file os.h.
#define min |
( |
|
x, |
|
|
|
y |
|
) |
| ((x)>(y)?(y):(x)) |
Definition at line 66 of file os.h.
Definition at line 33 of file os.h.
Definition at line 143 of file os.h.
Definition at line 142 of file os.h.
Definition at line 135 of file os.h.