mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-20 07:43:36 +08:00
6 lines
52 B
C
6 lines
52 B
C
|
const char *
|
||
|
sd_get_seats(void)
|
||
|
{
|
||
|
return "OK";
|
||
|
}
|