Move abs to stdlib.h
This commit is contained in:
parent
618874af71
commit
0ccc55e70f
8 changed files with 13 additions and 11 deletions
6
include/stdlib.h
Normal file
6
include/stdlib.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _STDLIB_H
|
||||
#define _STDLIB_H
|
||||
|
||||
#define abs(x) __abs(x)
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue