FACT++  1.0
char* addJSONNodeStart ( char *  ptr,
char *  node 
)

Definition at line 1371 of file webDid.c.

References sprintf().

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

1372 {
1373  char *ptro;
1374 
1375  sprintf(ptr,"%s: [\n", node);
1376  ptro = ptr + (int)strlen(ptr);
1377  return ptro;
1378 }
Definition: dns.c:26
sprintf(name1,"NewService%d", i)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: