DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8 / lldb / packages / Python / lldbsuite / test / expression_command / macros / macro2.h
12345678
#define HUNDRED 100 #define THOUSAND 1000 #define MILLION 1000000 #define MAX(a, b)\ ((a) > (b) ?\ (a):\ (b))