#define square(x) (x*x) int main( int argc, char* argv[] ) { double a, b; b = square(a); }