I hope that's valid C. I don't really use it much.while (close(soc) < 0) { if (errno == EINTR) continue; perror("close"); exit 1; }
In reply to Re: Re: Re: block-based programming...
by elusion
in thread block-based programming...
by bronto
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |