tqueue.hhf
来自「High Level assembly language(HLA)软件」· HHF 代码 · 共 17 行
HHF
17 行
#if( ! @defined( tqueue_hhf ))?tqueue_hhf := true;namespace linux; @fast;type tq_struct: record list :list_head; sync :dword; routine :procedure; data :dword; endrecord; end linux;#endif //tqueue_hhf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?