FACT++  1.0
char* addJSONChildStart ( char *  ptr,
char *  child,
int  sep 
)

Definition at line 1389 of file webDid.c.

References sprintf().

Referenced by prepareJSONHeader(), prepareJSONServiceList(), prepareJSONSmiObjectList(), prepareJSONSmiTree(), and prepareJSONTree().

1390 {
1391  char *ptro;
1392 
1393  if(sep)
1394  sprintf(ptr,"{ %s, ", child);
1395  else
1396  sprintf(ptr,"{ %s", child);
1397  ptro = ptr + (int)strlen(ptr);
1398  return ptro;
1399 }
sprintf(name1,"NewService%d", i)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: