4 lines
51 B
C
4 lines
51 B
C
|
extern int foo (void);
|
||
|
|
||
|
void *foop = (void *) foo;
|