int (*fp)(int x); //Function pointer int foo(int x); //Function prototype