⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 functionvariable.txt

📁 FinC编译器源代码
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -