#include #define ABS(x) x > 0 ? x : - x int main(void) { ABS; ABS(un age de 1000 km); ABS(3, 1416); return EXIT_SUCCESS; }