0_0_32076827_28567.cpp: In function 'int main()':
0_0_32076827_28567.cpp:6:36: error: 'memset' was not declared in this scope
#define clr(x) memset(x,0,sizeof(x))
^
0_0_32076827_28567.cpp:22:3: note: in expansion of macro 'clr'
clr(v); clr(w); clr(f);
^
|