--- [EMAIL PROTECTED] wrote:
> I was wondering if anyone know where this function was? I have determined
> that
> it is the one that recieves input from the player and puts it into their
> buffer
> but I can't seem to find it. I've checked several websites for the libraries
> for
> C on the web, but none of them have it.
> 
> This function is in comm.c. Here is the declaration:
> int     read            args( ( int fd, char *buf, int nbyte ) );
> 
> It is used in read_from_descriptor.


The man pages should describe it.. It's a POSIX standard function. (i.e. any
unix or unixlike OS will have it available).





=====
-----BEGIN GEEK CODE BLOCK-----
Version 3.1
GCS/L/C/O d-(+) s++: a-- C+++$>++++ UBLS++++$ 
P+++(--)$ L+++>++++ E--- W+>++$ N !o K? w(--) !O 
M- !V PS+ PE(++) Y+ PGP->+ t+ 5 X+() R(+) tv+@ 
b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++
------END GEEK CODE BLOCK------


                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


Reply via email to