code:uchar - ikarishinjieva/unixV6-code-analyze-chs GitHub Wiki
7685
7686 /* Return the next character from the
7687 * user string pointed at by dirp.
7688 */
7689 uchar()
7690 {
7691 register c;
7692
7694 if(c == -1)
7695 u.u_error = EFAULT;
7696 return(c);
7697 }
7698 /* ------------------------- */
7699