FACT++  1.0
char* addJSONStart ( char *  ptr)

Definition at line 1353 of file webDid.c.

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

1354 {
1355  char *ptro;
1356 
1357  strcat(ptr,"{\n");
1358  ptro = ptr + (int)strlen(ptr);
1359  return ptro;
1360 }

+ Here is the caller graph for this function: