feat: déclaration de fonctions ayant rapport avec les mathématiques
This commit is contained in:
parent
3b1c4fc398
commit
e85b7dad26
|
@ -0,0 +1,3 @@
|
|||
#define sgn(x) ((x<0)?-1:((x>0)?1:0));
|
||||
|
||||
u32 abs(int x);
|
Loading…
Reference in New Issue