I've been trying to figure this out for two days but I can't. I keep getting a 55:1: error: expected unqualified-id before '{' token
63:1: error: expected unqualified-id before '{' token on my code
Lines 49, 57, and 66 should have the semicolon removed at the end. These are function definitions, not to be confused with function declarations (lines 11, 12, and 13).