functionvariable.txt

来自「FinC编译器源代码」· 文本 代码 · 共 17 行

TXT
17
字号
Function Pointer variable DesignData type: FinCType_FuncThe raw data of function variable is address of a FinCFunc variable.1. Called in Foreign2. Called in Scriptget the FinCFunc variable through node evaluate, and then call it.example 1:pointer ptr=printf;when reach the 'printf' symbol, FinC will generate a FinCData as pointer type.while this FinCData's raw point to the really FinCFunc type variable.example 2:ptr("this is a function varablie test\n");

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?