uio.hhf
来自「High Level assembly language(HLA)软件」· HHF 代码 · 共 20 行
HHF
20 行
#if( !@defined( uio_hhf ))?uio_hhf := true;namespace linux; @fast;const uio_fastiov := 8; uio_maxiov := 1024; type iovec:record iov_base :dword; iov_len :__kernel_size_t; endrecord; end linux;#endif //uio_hhf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?