2017-04-10 13:32:00 +02:00

6 lines
75 B
C

extern void foo (void);
typedef void (*func_p) (void);
func_p p1 = &foo;