标签:span family socket font style 文件 soc :link prot
gcc -c test.pb-c.c//生成test.pb-c.o文件
gcc -c udp_socket_server.c//生成udp_socket_server.o
gcc -o test1 udp_socket_server.o test.pb-c.o -lprotobuf-c
./test1
protoc-c --c_out=./ test.proto
标签:span family socket font style 文件 soc :link prot
原文地址:http://www.cnblogs.com/ssssdy/p/7347927.html