home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / games / mud / diku / 1215 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  1.0 KB

  1. Path: sparky!uunet!gatech!destroyer!ncar!vexcel!copper!abradfor
  2. From: abradfor@copper.denver.colorado.edu (Parcel of Post)
  3. Newsgroups: rec.games.mud.diku
  4. Subject: Re: One more quick coding question :)
  5. Message-ID: <4730@copper.Denver.Colorado.EDU>
  6. Date: 24 Dec 92 07:29:14 GMT
  7. References: <78789@hydra.gatech.EDU>
  8. Organization: University of Colorado at Denver
  9. Lines: 18
  10.  
  11. In article <78789@hydra.gatech.EDU> gt5870c@prism.gatech.EDU (Noah White) writes:
  12. >
  13. >   Hi all, it's me again. I have another quick question. There are 
  14. >several functions (I assume they are macros) in comm.c which start with
  15. >FD_  (ie: FD_ZERO). Where are these defined? Thanks in advance!
  16. >
  17. >-Noah
  18.  
  19. These are functions on bit arrays associated with file descriptors
  20. (sockets), for use with asynchronous input/output. They are used 
  21. primarily for checking whether a file has pending input (not sure
  22. about output). They ought to be defined in <sys/types.h>. If you
  23. want to know more, a "man select" ought to be a bit more 
  24. informative.
  25.  
  26. Andrew
  27. ---------
  28. What Sig?
  29.