mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
4 lines
51 B
C
4 lines
51 B
C
|
extern int foo (void);
|
||
|
|
||
|
void *foop = (void *) foo;
|