Copyright Digital Equipment Corp. All rights reserved.

NOFUNC1

Message        There is no definition for the inline function named
               <name> in this compilation unit.

Description    A function that appears in a #pragma inline or
               #pragma noinline, or is declared with the __inline or
               __forceinline storage class modifier, is not defined
               in the compilation unit.

User Action    Either define the function or remove the function
               name from the pragma, or remove the storage class
               modifier or the function specifier from the
               declaration.