Previous: , Up: Procedural Program Execution   [Index]


6.6.2 Aime Functions In Shared Memory Spaces

As aime function are fully fledged referable objects, programs sharing the memory space may record functions in the shared name space (i.e. through the application introduced global variables) for other programs to call. The originating programs may even terminate and the functions will be callable.

See Referable Objects.

See Function Pointers.

See Sharing The Memory Space.