Definition at line 1320 of file webDid.c.
References i, Service_content_str, size, sprintf(), sprintf_html(), and str.
Referenced by did_write_string().
1323 char *ptr,
str[80], tmp[256];
1327 for( i = 0; i <
size; i++)
1334 strcat(tmp,
" ");
1341 if((i%4 == 3) || (i == size-1))
1343 strcat(tmp,
"<br />");
1346 ptr += (int)strlen(tmp);
1348 strcpy(tmp,
"<br />");
1350 ptr += (int)strlen(tmp);
void sprintf_html(char *str, int n, int value)
sprintf(name1,"NewService%d", i)
char * Service_content_str