#pragma leaves Preprocessor Directive |
|
The #pragma leaves directive takes a function name, and specifies that the function never returns to the instruction following that function call.
![]()
If the specified function is not found, a warning message is produced.
Preprocessor Directives C Language Levels
|
|