Move abs to stdlib.h
This commit is contained in:
parent
618874af71
commit
0ccc55e70f
8 changed files with 13 additions and 11 deletions
|
|
@ -43,8 +43,6 @@ float cosf(float x);
|
|||
float atan2f(float y, float x);
|
||||
float acosf(float x);
|
||||
|
||||
#define abs(x) __abs(x)
|
||||
|
||||
extern inline double fabs(double x)
|
||||
{
|
||||
return __fabs(x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue