Graph
The compiler is not angry. It is leaving clues, and you are about to read them.
Repair the one syntax error in greet.c without changing what it prints
Repair a program that calls a function the compiler has not seen yet
int scale(int value, int factor)
void print_pair(size_t count, long total)
int clamp(int v, int lo, int hi)