reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | @import macros_top; #define LEFT unsigned long #undef TOP_LEFT_UNDEF #define LEFT_RIGHT_IDENTICAL int #define LEFT_RIGHT_DIFFERENT2 float #define LEFT_RIGHT_DIFFERENT3 float #define LEFT_RIGHT_DIFFERENT float #define FN_ADD(a,b) (a+b) |