A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

azure_uamqp_c/amqpvalue_to_string.h

Committer:
AzureIoTClient
Date:
2017-06-30
Revision:
28:add19eb7defa
Parent:
21:f9c433d8e6ca

File content as of revision 28:add19eb7defa:

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

#ifndef AMQPVALUE_TO_STRING_H

#include "azure_uamqp_c/amqpvalue.h"
#include "azure_c_shared_utility/umock_c_prod.h"

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

    MOCKABLE_FUNCTION(, char*, amqpvalue_to_string, AMQP_VALUE, amqp_value);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* AMQPVALUE_TO_STRING_H */