Guest User

Untitled

a guest
Oct 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. int grab_request (char buf[], int buf_len)
  2. {
  3. int i;
  4. for (i=0; i< buf_len; i++) {
  5. /* put things into buf */
  6. }
  7.  
  8. buf[i] = ‘\0’;
  9. return i;
  10. }
Add Comment
Please, Sign In to add comment