NAME MAIN03 WINDOWCOMPAT IMPORTS SAMPLE03.nSize SAMPLE03.pArray SAMPLE03.nSwaps SAMPLE03.nCompares SAMPLE03.list SAMPLE03.bubble SAMPLE03.insertion |
Note: There is no statement to import the selection function because it is imported using #pragma import statement in the source code.
The statements given are as follows:
You can also use #pragma import to specify that a function is imported from a DLL. You can use this #pragma directive to import the function by name or by ordinal number.