www.c: Explicitly declare itoa as it is non-standard and not necessarily in stdlib.h
This commit is contained in:
parent
4c52b87ac1
commit
b5141f165c
|
@ -52,6 +52,8 @@
|
||||||
|
|
||||||
#include "www.h"
|
#include "www.h"
|
||||||
|
|
||||||
|
/* Explicitly declare itoa as it is non-standard and not necessarily in stdlib.h */
|
||||||
|
char *itoa(int value, char *str, int base);
|
||||||
|
|
||||||
/* The array that holds the current URL. */
|
/* The array that holds the current URL. */
|
||||||
static char url[WWW_CONF_MAX_URLLEN + 1];
|
static char url[WWW_CONF_MAX_URLLEN + 1];
|
||||||
|
|
Loading…
Reference in a new issue