Justas

Results 5 comments of Justas

Thank you for help.

Well, first of all I havent seen a Unix tool which would output two or more streams. So I cant make any suggestions here. However second example is strange. How...

Looks good.

I cant compile it :( It throws: ``` install: cannot stat ‘sample’: No such file or directory ```

`make` gives this: ``` cc -std=c99 -g -Wall -pedantic -O3 -c -o main.o main.c main.c: In function ‘handle_args’: main.c:56:5: warning: implicit declaration of function ‘getopt’ [-Wimplicit-function-declaration] while ((fl = getopt(argc,...