Guest User

Untitled

a guest
Oct 18th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. char *temp = (char *) malloc(sizeof(char) * 80);
  2. char p[255], q[255];
  3. sprintf(p,"%s",temp );
  4. strcpy ( q, p );
  5. //free(titleprocess);
  6. free( temp );
  7. return q;
Add Comment
Please, Sign In to add comment