Sign in
fuchsia
/
zircon
/
sandbox/braval/gpio
/
.
/
system
/
host
/
fidl
/
examples
/
example-7.fidl
blob: 10b207dceaea9c189e982610f6eb72f25ce886a2 [
file
] [
log
] [
blame
]
library example_7
;
using
pkg
;
// Β‘π·πΈπ·
interface
Hello
{
1
:
Say
(
string
req
)
->
(
string
response
);
};