plt-main2.c 74 B

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