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
util.h
00001 /* 00002 * MessagePack for C utilities 00003 * 00004 * Copyright (C) 2014 FURUHASHI Sadayuki 00005 * 00006 * Distributed under the Boost Software License, Version 1.0. 00007 * (See accompanying file LICENSE_1_0.txt or copy at 00008 * http://www.boost.org/LICENSE_1_0.txt) 00009 */ 00010 #ifndef MSGPACK_UTIL_H 00011 #define MSGPACK_UTIL_H 00012 00013 #define MSGPACK_UNUSED(a) (void)(a) 00014 00015 #endif /* MSGPACK_UTIL_H */ 00016
Generated on Tue Jul 12 2022 22:51:46 by
1.7.2