DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-21 / 1%3A21.1.0-1 / lldb / test / API / commands / expression / macros / macro2.h
12345678
#define HUNDRED 100 #define THOUSAND 1000 #define MILLION 1000000 #define MAX(a, b)\ ((a) > (b) ?\ (a):\ (b))