<HTML><BODY>
<div><SPAN contentEditable=false style="DISPLAY: inline-block"></SPAN>I just converted from v6 where I had to write my own gets(). I made it call my getche(), which echos chars... just c=getchar() and putchar(c); I was tight on rom, so the boss sprung for the pro upgrade, so I commented my gets() out and used the one in the library, which evidently calls getchar(), and when I went to enter a number, lo and behold, no echo. I guess the fix is to comment my gets() back in, but my question is..... if you call the gets() in the library, how do you see what you're typing? Forgive me is this is abundantly obvious to unix experts... I have lots of vms and cpm and msdos experience, but my unix is pretty thin....</div>
<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
AOL now offers free email to everyone. Find out more about what's free from AOL at <a href="http://www.aol.com?ncid=AOLAOF00020000000437" target="_blank"><b>AOL.com</b></a>.<br />
</div>
</BODY></HTML>