android13/external/nanopb-c/examples/cmake_relpath/proto/sub/unlucky.proto

6 lines
75 B
Protocol Buffer
Raw Permalink Normal View History

2024-06-22 08:45:49 -04:00
syntax = "proto2";
message UnluckyNumber {
required uint32 number = 1;
}