Quote Originally Posted by brewbuck View Post
The result will probably be a thousand syntax errors
From a beginners standpoint myself, learning to write C for an embedded platform, i have found that having a number of syntax errors promotes understanding of the platform becaus you need to traverse through a number of peripheral libraries to find the function you have declared or written incorrectly.

--dave