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: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: string_tokenizer.c
- Revision:
- 18:6d8a413a4d9a
- Parent:
- 7:1af47e3a19b6
- Child:
- 19:2e0811512ceb
diff -r 9051ba70fc73 -r 6d8a413a4d9a string_tokenizer.c --- a/string_tokenizer.c Sun Jan 08 11:12:54 2017 -0800 +++ b/string_tokenizer.c Fri Jan 13 18:41:15 2017 -0800 @@ -13,6 +13,7 @@ // PUT NO CLIENT LIBRARY INCLUDES BEFORE HERE // +#include <stdlib.h> #include <stdbool.h> #include "azure_c_shared_utility/string_tokenizer.h" #include "azure_c_shared_utility/xlogging.h"
