|
|||||||||||||||||||||||||
|
Technical Support On-Line Manuals C251 User's Guide |
C251 User's GuideFunction DeclarationsThe C251 Compiler provides a number of extensions for standard C function declarations. These extensions allow to:
You can include these extensions or attributes (many can be combined) in the function declaration. Use the following format for declaring functions:
〚return_type〛 funcname (〚args〛) 〚{small | large}〛
〚__attribute__ ((attrib_spec))〛
〚reentrant〛
〚interrupt n〛
〚using y〛
where:
Descriptions of these attributes and other features are described in detail in the following topics. | ||||||||||||||||||||||||
|
|||||||||||||||||||||||||