NTCALL - add routine to normal wrapup list.

Usage:

external subr
   ...
call ntcall(subr)

Where:

subr
is a subroutine to be called if the program terminates normally.

Description:

NTCALL adds a routine to the list of routines that are called when the program terminates normally. The list is maintained in a first-in/first-out order.

See Also:

expl f77 lib atcall

expl f77 lib fterm

expl f77 lib nocall

Copyright © 1996, Thinkage Ltd.