0_0_29662590_25836.cpp: In function 'int main()': 0_0_29662590_25836.cpp:9:38: error: 'memset' was not declared in this scope #define mem(a) memset(a, 0, sizeof(a)) ^ 0_0_29662590_25836.cpp:58:3: note: in expansion of macro 'mem' mem(dp); ^