/ijc2

Primary LanguageC

VUT FIT IJC course - Second project

My solution of the IJC project #2 (2023/24)

Assignment

See ASSIGNMENT for the full assignment (in Czech)

Instalation and usage

Linux/BSD/MacOS:

make                    /* compiles everything into /bin */
make tail               /* compiles only tail (src/tail.c) into /bin */
make wordcount          /* compiles wordcount with the static lib (src/wordcount.c) into /bin */
make wordcount-dynamic  /* compiles wordcount with the shared lib (src/wordcount.c) into /bin */

make clean              /* deletes all binaries and compiled libraries */

Windows:

not possible atm