#ifndef N #error N is not defined #endif double *A, *B, *C; //The following code implements C = A B + C //with A, B and C being N x N matrices void compute() { #error not implemented }