#pragma intrinsic

From RAD Studio
Jump to: navigation, search

Go Up to Pragma Directives Overview Index

Syntax (See Pseudo-grammar)

#pragma intrinsic [{+|-}]INTR [, [{+|-}]INTR ...]

where INTR is the name of the intrinsic.

Description

Use #pragma intrinsic to override command-line switches or project options to control the inlining of functions.

When inlining an intrinsic function, always include a prototype for that function before using it.