VMS Help  —  CC  Messages  FUNCSTORMOD
 Message        <Context> a function cannot have this storage class
                modifier.  Modifier ignored.

 Description    A function cannot be declared with this storage class
                modifier.  The only valid storage class modifier for
                a function declaration is __inline.  The modifier is
                ignored by the compiler.

 User Action    Remove the storage class modifier from the function
                declaration.
Close Help