stdlib.hhf

来自「High Level assembly language(HLA)软件」· HHF 代码 · 共 48 行

HHF
48
字号
#includeOnce( "os.hhf" )#includeOnce( "hla.hhf" )#if( os.linux )	#includeOnce( "linux.hhf" )	#endif#includeOnce( "stdlibdata.hhf" )#includeOnce( "console.hhf" )#includeOnce( "x86.hhf" )#includeOnce( "misctypes.hhf" )#includeOnce( "hll.hhf" )#includeOnce( "coroutines.hhf" )#includeOnce( "excepts.hhf" )#includeOnce( "memory.hhf" )#includeOnce( "args.hhf" )#includeOnce( "env.hhf" )#includeOnce( "conv.hhf" )#includeOnce( "strings.hhf" )#includeOnce( "zstrings.hhf" )#includeOnce( "cset.hhf" )#includeOnce( "patterns.hhf" )#includeOnce( "tables.hhf" )#includeOnce( "arrays.hhf" )#includeOnce( "chars.hhf" )#includeOnce( "lists.hhf" )#includeOnce( "bits.hhf" )#includeOnce( "math.hhf" )#includeOnce( "mmap.hhf" )#includeOnce( "rand.hhf" )#includeOnce( "stdio.hhf" )#includeOnce( "stdin.hhf" )#includeOnce( "stderr.hhf" )#includeOnce( "stdout.hhf" )#includeOnce( "fileio.hhf" )#includeOnce( "filesys.hhf" )#includeOnce( "fileclass.hhf" )#includeOnce( "datetime.hhf" )#includeOnce( "dtClass.hhf" )#includeOnce( "timer.hhf" )

⌨️ 快捷键说明

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