Some more:

1) Your define statement is incorrect.

2) You've include a semi colon directly after an if statement.

3) They are some typos 'prinft'.

4) Header file not included for exit() function.

5) Incorrect checking for EOF.

6) Final printf() call missing comma.

There may be more.