In article <2521 at bsu-cs.UUCP> dhesi at bsu-cs.UUCP (Rahul Dhesi) writes: > cc -pascal mystuff.c This is even more misguided (if possible) than cdecl. C and Pascal do not correspond 1-1, so no global mapping such as this should be applied to arbitrary C code. Pascal interfaces should be flagged AT THE INTERFACE (only).