Next:
Defining subroutines
Up:
Physics 2101 - Scientific
Previous:
File Handles
Contents
Index
Subroutines, functions, and libraries
As with Perl, C allows the use of subroutines and functions by which oft-used blocks of code can be placed.
Subsections
Defining subroutines
Header files
Libraries
Makefiles