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]

