Propeller C – Functions
A function is a little piece of reusable code designed to do a specific task. This Propeller C Tutorial series will show you how to use functions, pass information to them, and get information back from them. It will show you how C functions work with the Propeller’s memory and multiple cores.