Training
Consulting
Tools
xref
: /
nanopb-2.7.6
/
examples
/
cmake_relpath
/
proto
/
sub
/
unlucky.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto2";
2
3
message UnluckyNumber {
4
required uint32 number = 1;
5
}
6