I submitted my assignment and I don't understand the error output from the putty window.
It says:
"Running submission through simple test...
Compiling your program...
gcc -g -Wall -c -o rcolour.o rcolour.c
gcc -g -Wall -c -o rescode.o rescode.c
rescode.c: In function `res_show_value_bands':
rescode.c:176: warning: implicit declaration of function `trunc'
gcc -g -Wall -o rcolour rcolour.o rescode.o -lm
Your submission compiled successfully.
Testing your program...
1,3c1,3
< yellow
< black
< green
---
> blue grey yellow
> brown black black
> brown red green
Your submission did not pass a simple test.
If you wish you may proceed to submit but it would be better
if you correct this problem and re-submit in order to receive
marks from the automatic testing.
Submission test failed. Continue with submission (y/n)? "
What do the numbers:
1,3c1,3
< yellow
< black
< green
...mean?
It says:
"Running submission through simple test...
Compiling your program...
gcc -g -Wall -c -o rcolour.o rcolour.c
gcc -g -Wall -c -o rescode.o rescode.c
rescode.c: In function `res_show_value_bands':
rescode.c:176: warning: implicit declaration of function `trunc'
gcc -g -Wall -o rcolour rcolour.o rescode.o -lm
Your submission compiled successfully.
Testing your program...
1,3c1,3
< yellow
< black
< green
---
> blue grey yellow
> brown black black
> brown red green
Your submission did not pass a simple test.
If you wish you may proceed to submit but it would be better
if you correct this problem and re-submit in order to receive
marks from the automatic testing.
Submission test failed. Continue with submission (y/n)? "
What do the numbers:
1,3c1,3
< yellow
< black
< green
...mean?