mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-20 15:17:05 +08:00
Fix implementation of lwip_itoa to take more parameters
This commit is contained in:
@@ -139,7 +139,7 @@ u32_t lwip_ntohl(u32_t x);
|
||||
* in your application, too.
|
||||
*/
|
||||
#ifndef lwip_itoa
|
||||
void lwip_itoa(int value, char* result);
|
||||
void lwip_itoa(char* result, size_t bufsize, int number);
|
||||
#endif
|
||||
#ifndef lwip_strnicmp
|
||||
int lwip_strnicmp(const char* str1, const char* str2, size_t len);
|
||||
|
||||
Reference in New Issue
Block a user