A modelling and serializer library for Microsoft Azure IoTHub client applications
Dependents: sht15_remote_monitoring f767zi_mqtt remote_monitoring simplesample_amqp ... more
This library implements a serializer library to be used in projects involving Microsoft Azure IoT Hub connectivity. The code is replicated from https://github.com/Azure/azure-iot-sdks
Diff: dataserializer.c
- Revision:
- 21:6d3dea1abd9c
- Parent:
- 13:16e88f0cfa5f
diff -r 58a5540c9721 -r 6d3dea1abd9c dataserializer.c --- a/dataserializer.c Fri Jan 13 18:41:01 2017 -0800 +++ b/dataserializer.c Tue Jan 24 15:24:19 2017 -0800 @@ -1,10 +1,6 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -#include <stdlib.h> -#ifdef _CRTDBG_MAP_ALLOC -#include <crtdbg.h> -#endif #include "azure_c_shared_utility/gballoc.h" #include "dataserializer.h"