NAME

cxModuleNameGet - return the name of the module

C SPECIFICATION

#include <cx/Info.h>

cxstring *cxModuleNameGet()

FUNCTION RETURN VALUE

cxModuleNameGet returns the name of the current module.

Fortran SPECIFICATION

subroutine cxModuleNameGet( name )
character*(*) name

PARAMETERS

name
The returned name of the module.

DESCRIPTION

cxModuleNameGet returns a static character string that contains the module's invocation name. The invocation name may be different from the executable name, thus allowing a single executable to perform different functions, depending on invocation.

SEE ALSO

cxModuleInstanceNameGet(3E), cxModuleTagValueGet(3E)
Last modified: Mon Nov 18 13:50:59 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996