garynewport2
Instructor
I have a file of almost 5000 lines of code, made up of a series of subroutines.
I note that almost all the subroutines have the
instruction. I can see the need of this between files but is this required in each subroutine contained within the same file?
The very first line of code is also
; should this not suffice for the entire file?
I note that almost all the subroutines have the
Code:
include 'parm.h'
The very first line of code is also
Code:
include 'parm.h'