cmvr_head/applications/erpc/proto/head_service.erpc

4 lines
96 B
Plaintext
Raw Normal View History

2025-12-24 18:28:20 +08:00
interface demo {
2026-01-07 11:41:07 +08:00
add(int32 a, int32 b) -> int32;
sum_i32(list<int32> arr) -> int64;
2025-12-24 18:28:20 +08:00
};