Hello there!
I wrote a small program in C on Windows using DevC++. It works perfectly, but when I try to run it on Linux I get compiler erros at these lines:
void printOctets(int octets[][], char []);
void printInterval(int suntwk[][], int brdc[][]);
This is a college assignment and I'm supposed to write this for Linux.
I'm lost, don't know what to do.
Any hints??