Digital Telecommunications Lab Project
- Radu CONDRAT
- Andrei LAZAROV
gcc -c main.c
gcc -c parser.c
gcc -o parser.exe main.o parser.o
./parser.exe test.txt
gcc -c main.c && gcc -c parser.c && gcc -o parser.exe main.o parser.o && ./parser.exe test.txt
Digital Telecommunications Lab Project
gcc -c main.c
gcc -c parser.c
gcc -o parser.exe main.o parser.o
./parser.exe test.txt
gcc -c main.c && gcc -c parser.c && gcc -o parser.exe main.o parser.o && ./parser.exe test.txt