EndExtern

Closes an Extern declaration block

Keywords

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Void

Quick Summary

Closes an Extern declaration block

Technical Exegesis...

Closes an Extern declaration block. Marks the end of external C function declarations. Required to properly terminate every Extern block. After EndExtern, the declared external functions can be called from BambooBasic code.

Example

Example.bam
; No example implemented yet