| |||||||||||||||||||||
Technical Support On-Line Manuals C251 User's Guide | Function DeclarationsThe C251 Compiler provides a number of extensions for standard C function declarations. These extensions allow you to:
You may include these extensions or attributes (many of which may be combined) in the function declaration. Use the following standard format for your C251 Compiler function declarations.
<[>return_type<]> funcname (<[>args<]>) <[>{small | large}<]>
<[>reentrant<]>
<[>interrupt n<]>
<[>using y<]>
where:
Descriptions of these attributes and other features are described in detail in the following topics. | ||||||||||||||||||||
| |||||||||||||||||||||