/* * MessagePack for C version information * * Copyright (C) 2008-2009 FURUHASHI Sadayuki * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt)
*/ #ifndef MSGPACK_VERSION_H #define MSGPACK_VERSION_H
#ifdef __cplusplus extern"C" { #endif
MSGPACK_DLLEXPORT constchar* msgpack_version(void);
MSGPACK_DLLEXPORT int msgpack_version_major(void);
MSGPACK_DLLEXPORT int msgpack_version_minor(void);
MSGPACK_DLLEXPORT int msgpack_version_revision(void);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.