Azure IoT common library
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: urlencode.c
- Revision:
- 20:95abdea56064
- Parent:
- 19:2e0811512ceb
- Child:
- 25:8507bf644fdf
--- a/urlencode.c Sat Jan 28 09:35:22 2017 -0800 +++ b/urlencode.c Fri Feb 10 17:01:36 2017 -0800 @@ -1,17 +1,10 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -// -// PUT NO INCLUDES BEFORE HERE !!!! -// #include <stdlib.h> -#include "azure_c_shared_utility/gballoc.h" - #include <stddef.h> #include <string.h> -// -// PUT NO CLIENT LIBRARY INCLUDES BEFORE HERE !!!! -// +#include "azure_c_shared_utility/gballoc.h" #include "azure_c_shared_utility/urlencode.h" #include "azure_c_shared_utility/xlogging.h" #include "azure_c_shared_utility/strings.h"