Guest User

Untitled

a guest
Jan 17th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. //typical example
  2. int cnt=send(s,query,strlen(query),0);
  3. if (cnt < 0) return(NULL);
  4. //Hey, what about cnt < strlen(query)?
Add Comment
Please, Sign In to add comment