diff --git a/cat.c b/cat.c index 784b32c..5accecd 100644 --- a/cat.c +++ b/cat.c @@ -13,7 +13,7 @@ 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