xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-ifunc
/
pr16467a.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
const
char
*
sd_get_seats(void)
2
sd_get_seats
(
void
)
3
{
4
return
"OK"
;
5
}
6