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.
Fork of libMiMic by
Diff: core/http/NyLPC_cUrlEncode.h
- Revision:
- 42:f83aa17dcae5
- Parent:
- 41:2389bd6b6f74
diff -r 2389bd6b6f74 -r f83aa17dcae5 core/http/NyLPC_cUrlEncode.h --- a/core/http/NyLPC_cUrlEncode.h Sun Jun 30 14:17:42 2013 +0000 +++ b/core/http/NyLPC_cUrlEncode.h Thu Jul 04 11:05:56 2013 +0000 @@ -31,6 +31,7 @@ #define NyLPC_cUrlEncode_finalize(i_inst) +#define NyLPC_cUrlEncode_reset(i_inst) (i_inst)->_len=0 NyLPC_TcUrlEncode_ST NyLPC_cUrlEncode_decode(NyLPC_TcUrlEncode_t* i_inst,NyLPC_TChar c,NyLPC_TChar* out);