Guest User

Untitled

a guest
Jan 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. char buffer[SMALLVALUE];
  2. char new_buffer[BIGGERVALUE];
  3.  
  4. #include <string.h>
  5.  
  6. memcpy(new_buffer, buffer, sizeof buffer);
Add Comment
Please, Sign In to add comment