__fetrap
In this section:
Syntax
See Syntax for type attributes used on functions.
Description
Use the __fetrap keyword to define an fetrap function. Do not specify a vector, the function will automatically be assigned a vector by the system.
Example
__fetrap int my_fetrap_function(int a); ... if (my_fetrap_function(100)) ...