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: codefirst.c
- Revision:
- 21:6d3dea1abd9c
- Parent:
- 18:58b667752399
- Child:
- 22:422d94bd3c18
--- a/codefirst.c Fri Jan 13 18:41:01 2017 -0800 +++ b/codefirst.c Tue Jan 24 15:24:19 2017 -0800 @@ -2,9 +2,6 @@ // 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 <stdarg.h> #include "azure_c_shared_utility/gballoc.h"