Repair this code
Repair report.c so it compiles, without changing the three lines it prints.
Steps
$ ./report | cat -e
status: green$ tests: 12 passed$ warnings: 0$
$ ./report --release -j8
status: green tests: 12 passed warnings: 0
$ ./report ""
status: green tests: 12 passed warnings: 0
Expected files
Allowed functions

Repair this code
Repair report.c so it compiles, without changing the three lines it prints.
Steps
$ ./report | cat -e
status: green$ tests: 12 passed$ warnings: 0$
$ ./report --release -j8
status: green tests: 12 passed warnings: 0
$ ./report ""
status: green tests: 12 passed warnings: 0
Expected files
Allowed functions

Tests
Run the tests to grade your code