Definition at line 1287 of file webDid.c.
References i, Service_content_str, size, sprintf(), sprintf_html(), and str.
Referenced by did_write_string().
1290 char *ptr,
str[80], tmp[256];
1294 for( i = 0; i <
size; i++)
1301 strcat(tmp,
" ");
1308 if((i%4 == 3) || (i == size-1))
1310 strcat(tmp,
"<br />");
1313 ptr += (int)strlen(tmp);
1315 strcpy(tmp,
"<br />");
1317 ptr += (int)strlen(tmp);
void sprintf_html(char *str, int n, int value)
sprintf(name1,"NewService%d", i)
char * Service_content_str