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.

Thanks.



Reply via email to