brintos

brintos / llvm-project-archived public Read only

0
0
Text · 115 B · cec6efb Raw
9 lines · c
1#define HUNDRED 1002#define THOUSAND 10003#define MILLION 10000004 5#define MAX(a, b)\6((a) > (b) ?\7  (a):\8  (b))9