Project

General

Profile

Statistics
| Revision:

root / branches / encoders / code / projects / colonet / utilities / robot_slave / math.h @ 1390

History | View | Annotate | Download (63 Bytes)

1 13 emarinel
#ifndef _MATH_H_
2
#define _MATH_H_
3
4
int abs_int(int x);
5
6
#endif