view src/protobuf-test.cpp @ 2746:a69eb5b6d9a5

Add package protobuf (google protocol buffers).
author lotodore <pokerth@lotharmay.de>
date Tue, 18 Sep 2012 21:49:50 +0200
parents
children
line wrap: on
line source

#include <google/protobuf/stubs/common.h>

int
main()
{
    GOOGLE_PROTOBUF_VERIFY_VERSION;
    google::protobuf::ShutdownProtobufLibrary();
    return 0;
}