glibc/elf/pathoptobj.c

9 lines
75 B
C

extern int in_renamed (int);
int
in_renamed (int a)
{
return a - 10;
}