tait.tech

Functions in C, an Emacspeak Tutorial

Functions allow us to modularize our programs into many small parts. Of course if we need to do something once at the start of our program, and once again at the end, it will be rather inconvenient to copy and paste all our code all the time.

Hope everything makes sense. If not, let me know.