1extern int foo(void);
2typedef int (*func_p) (void);
3func_p foo_ptr = foo;
4