abs
ENTRY(abs)
ENTRY(abs)
ENTRY(abs)
ENTRY(abs)
abs(int j)
abs(int j)
#define abs(a) __builtin_abs(a)
abs(int j)
# define abs(x) (x>=0 ? x : -(x))