blob: d76694eba8796ff80b1cc8668796add73a10519f [file] [log] [blame]
extern int foo(void);
typedef int (*func_p) (void);
func_p foo_ptr = foo;