Advertisement
Jodyone

strcat

Oct 28th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1.  
  2.             char path[end_ptr - root + 1];
  3.             path[end_ptr - root + 1] = '\0';
  4.             path = strcat(root,a_p);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement