8.9 Built-in Functions

The compiler support a number of built-in functions, which can be used like regular library function calls, but which typically expand to assembly code sequences that are inserted in-line at the point of usage. As they do not require a call-return sequence, they are efficient to use but are more robust than a similarly defined preprocessor macro.