A
routine that doesn’t actually do anything other than
declare itself and the
parameters it accepts. Stubs are used commonly as placeholders for routines that still need to be developed. The stub contains just enough code to allow it to be
compiled and
linked with the rest of the
program.