The general syntax for external function definitions is as follows:
External function definitions
file external-definition file external-definition external-definition: function-definition declaration asm-statement function-definition: <declaration-specifiers> declarator <declaration-list> compound-statement
In general, a function definition consists of the following sections (the grammar allows for more complicated cases):
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|