cmvr_head/packages/erpc-1.14.0/test/arithmetic.erpc

12 lines
155 B
Plaintext
Raw Permalink Normal View History

2025-12-30 15:44:41 +08:00
program erpc_test
interface Arithmetic {
add(float a, float b) -> float
sub(float a, float b) -> float
}
interface Server {
oneway quit()
}