| |||||||||||||||||||||||
Technical Support On-Line Manuals Cx51 User's Guide | Function DeclarationsThe C51 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 C51 Compiler function declarations.
<[>return_type<]> funcname (<[>args<]>) <[>{small | compact | large}<]>
<[>reentrant<]>
<[>interrupt x<]>
<[>using y<]>
where:
Descriptions of these attributes and other features are described in detail in the following sections. | ||||||||||||||||||||||
| |||||||||||||||||||||||