diff --git a/cat.c b/cat.c index e3562cb..784b32c 100644 --- a/cat.c +++ b/cat.c @@ -5,17 +5,15 @@ #include #include #include -#include int main(int argc,char *argv[]) { - if(argc==1) { read_from_stdin(); return 0; } if(strcmp(argv[1],"-v")==0) { - printf("patricus utils, version %s",version); + printf("patricus utils, version %s",VERSION); return 0; } for(int meowing=1;meowing +#include +#include +#include +using namespace std; +int main(int argc, char* argv[]) +{ +for(int i=1;i