www.c: Explicitly declare itoa as it is non-standard and not necessarily in stdlib.h

ico
Simon Duquennoy 2015-11-10 14:37:44 +01:00
parent 4c52b87ac1
commit b5141f165c
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@
#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. */
static char url[WWW_CONF_MAX_URLLEN + 1];