example_lib.h 138 字节
Newer Older
1 2 3 4 5 6 7
#pragma once

#include "third_party/protobuf_test/example.pb.h"

#include <string>

std::string get_greet(const ::protos::Greeting &who);