Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello_message_pack
version.c
00001 #include "include/msgpack.h" 00002 00003 const char* msgpack_version(void) 00004 { 00005 return MSGPACK_VERSION; 00006 } 00007 00008 int msgpack_version_major(void) 00009 { 00010 return MSGPACK_VERSION_MAJOR; 00011 } 00012 00013 int msgpack_version_minor(void) 00014 { 00015 return MSGPACK_VERSION_MINOR; 00016 } 00017 00018 int msgpack_version_revision(void) 00019 { 00020 return MSGPACK_VERSION_REVISION; 00021 }
Generated on Tue Jul 12 2022 22:51:46 by
1.7.2