#ifndef FUNCTIONLIKE_H #define FUNCTIONLIKE_H(x, y) ((x) + (y)) #define SOMETHINGELSE(x, y) ((x) - (y)) // GOOD: this is a functional header guard. int aVariable; #endif // FUNCTIONLIKE_H