Syntax for Linkage in C

You can create linkages between C and other languages by using linkage specifications with the following #pragma linkage directive, where identifier specifies the name of the function and linkage specifies the linkage associated with the function.
#pragma linkage(identifier,linkage)