📄 os.sml
字号:
(* os.sml * * COPYRIGHT (c) 1998 Bell Labs, Lucent Technologies. * COPYRIGHT (c) 1995 AT&T Bell Laboratories. *)structure OS : OS = struct structure IO = OS_IO structure Path = OS.Path structure Process = OS_Process structure FileSys = OS.FileSys (** may need to protect system calls *) type syserror = OS.syserror exception SysErr = OS.SysErr val errorName = OS.errorName val errorMsg = OS.errorMsg end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -