4 lines
96 B
C
4 lines
96 B
C
|
#define sgn(x) ((x<0)?-1:((x>0)?1:0));
|
||
|
|
||
|
u32 abs(int x);
|