Previous: , Up: The Object Type   [Index]


8.4 The Function Type

The ‘function’ type is a special ‘object’ subtype. Data of the ‘function’ type is ‘object’ data conveying set function pointers.

See Function Pointers.

Like the ‘object’ type, the ‘function’ is an improper type of an even more limited use. It may only be applied to C coded function parameters.