home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!daffodil!wyvern!waggen!alpha
- From: alpha@waggen.twuug.com (Joe Wright)
- Subject: Re: Problem
- Message-ID: <1992Dec15.202343.19071@waggen.twuug.com>
- Organization: ALPHA, Box 68621, Va. Beach, VA 23455
- X-Newsreader: TIN [version 1.1 PL6]
- References: <714@ulogic.UUCP>
- Date: Tue, 15 Dec 1992 20:23:43 GMT
- Lines: 8
-
- Right out of the book:
-
- int c;
- while ((c = getchar()) != EOF)
- putchar(c);
-
- --
- Joe Wright alpha@waggen.twuug.com "Jose' can you C?"
-