Untitled

By Soft Finch, 11 Years ago, written in Plain Text, viewed 717 times.
URL http://pb.stoleyour.com/view/70772ee0 Embed
Download Paste or View RawExpand paste to full width of browser
  1.         if (connect (sd, (struct sockaddr *)&server, sizeof(server)) == -1)
  2.         {
  3.             fprintf(stderr, "Can't connect to server\n");
  4.             perror("connect");
  5.             exit(1);
  6.         }

Reply to "Untitled"

Here you can reply to the paste above