KallistiOS
git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
ops.h
Go to the documentation of this file.
1
/* KallistiOS ##version##
2
3
math/ops.h
4
Copyright (C) 2026 Andress Barajas
5
6
*/
7
8
#ifndef MATH_OPS_H
9
#define MATH_OPS_H
10
11
int
op_clamp
(
int
v,
int
lo,
int
hi);
12
int
op_sign
(
int
v);
13
14
#endif
/* MATH_OPS_H */
op_clamp
int op_clamp(int v, int lo, int hi)
Definition
ops.c:10
op_sign
int op_sign(int v)
Definition
ops.c:18
examples
dreamcast
profiling
gcov
math
ops.h
Generated by
1.12.0