... function1
Following the convention of C, the words function and subroutine will be used interchangeably.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... C.2
C++, which includes much of the actual code in header files, is a different matter.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
...common.h).3
See page 33 of Kernighan and Ritchie, 2nd Ed., for an explanation of definition vs. declaration.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.