cat.c includes

2007-03-19 Thread hiren
hi all, i found it interesting that cat.c compiles after removing these includes: #include ctype.h #include err.h #include errno.h #include string.h #include unistd.h im just curious to hear opinions and learn something ;) -- Hiren Patel [EMAIL PROTECTED]

Re: cat.c includes

2007-03-19 Thread Vincent GROSS
On 3/19/07, hiren [EMAIL PROTECTED] wrote: hi all, i found it interesting that cat.c compiles after removing these includes: #include ctype.h #include err.h #include errno.h #include string.h #include unistd.h im just curious to hear opinions and learn something ;) Have you tried to run it

Re: cat.c includes

2007-03-19 Thread hiren
On Mon, Mar 19, 2007 at 11:14:00AM +0100, Vincent GROSS wrote: On 3/19/07, hiren [EMAIL PROTECTED] wrote: hi all, i found it interesting that cat.c compiles after removing these includes: #include ctype.h #include err.h #include errno.h #include string.h #include unistd.h im just

Re: cat.c includes

2007-03-19 Thread Nick !
On 3/19/07, hiren [EMAIL PROTECTED] wrote: hi all, i found it interesting that cat.c compiles after removing these includes: #include ctype.h #include err.h #include errno.h #include string.h #include unistd.h im just curious to hear opinions and learn something ;) That's probably because

Re: cat.c includes

2007-03-19 Thread Otto Moerbeek
On Mon, 19 Mar 2007, Nick ! wrote: On 3/19/07, hiren [EMAIL PROTECTED] wrote: hi all, i found it interesting that cat.c compiles after removing these includes: #include ctype.h #include err.h #include errno.h #include string.h #include unistd.h im just curious to hear

Re: cat.c includes

2007-03-19 Thread Marc Espie
On Mon, Mar 19, 2007 at 02:07:25PM +0100, Otto Moerbeek wrote: On Mon, 19 Mar 2007, Nick ! wrote: On 3/19/07, hiren [EMAIL PROTECTED] wrote: hi all, i found it interesting that cat.c compiles after removing these includes: #include ctype.h #include err.h #include