struct x { int (*f)(); } _x[]= { { puts("the anonymous function1"); }, { puts("the anonymous function2"); } };