7 lines
88 B
C
7 lines
88 B
C
extern int foo_p;
|
|
|
|
void *
|
|
get_foo (void)
|
|
{
|
|
return (void *) ((long) &foo_p + foo_p);
|
|
}
|