#include <stdio.h> void calculate(int (*a)[4]); int main(void) { return 0;} void calculate(int (*a)[4]) { }
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!