I thought while((a = getc()) == EOF) was the way to get around getc()? I want to have the program skip over getc()when nothing is being entered on the uart.
- [c-prog] while((a = getchar()) == EOF) is the way to get a... acuteheptagram
- Re: [c-prog] while((a = getchar()) == EOF) is the way... Brett W. McCoy
- Re: [c-prog] while((a = getchar()) == EOF) is the way... Pedro Izecksohn
