select function

1998-12-27 Thread compiler
Will someone please explain to me why this call to select won't return? #include stdio.h #include unistd.h #include sys/types.h int localpipes[2]; const char * message = "ichyfoobar"; int len; int wresult,rresult; int cstatus; char buffer[98]; fd_set mainset; int n; void main() { len =

Re: settings

1999-04-08 Thread compiler
(I wonder if this is what you mean...) It took me a while to figure out this feature. I know that on my machine if you hold down ctrl and alt and press the minus key, that will make all your windows smaller so more will fit on the screen. You probably already know that, but jic. On Wed, 7 Apr