With later version of DEC C on VMS, some functions (strcmp(), for
example) are declared with some extra linkage information. This generates a warning when using the function name as a value to a regular function pointer with the "correct" definition of the function. Therefore, use a macro to cast the appropriate function on VMS.
parent
14565bed
Please register or sign in to comment