4 lines
74 B
C
Raw Normal View History

2017-04-10 13:32:00 +02:00
extern int foo(void);
typedef int (*func_p) (void);
func_p foo_ptr = foo;