📄 sysctl.hhf
字号:
#if( !@defined( sysctl_hhf ))?sysctl_hhf := true;#includeonce( "os/types.hhf" )namespace linux; @fast;type __sysctl_args: record theName :pointer to char; nlen :int32; oldval :dword; oldlenp :pointer to size_t; newval :dword; newlen :size_t; __unused :dword[4]; endrecord;end linux;#endif //sysctl_hhf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -