Term of the Moment

GIF


Look Up Another Term


Definition: inline routine


A routine that is written into the program rather than being called externally as a separate subroutine or program module. Inline routines run faster, but add more size to the executable file.