📄 tzx.s
字号:
/* "@(#)tzX.s 4.1 (ULTRIX) 7/3/90 *//* * Define daylight and timezone globally for those who need it, * while letting ANSI and POSIX purists pretend it doesn't exist * (because all the internal usage in the library use __timezone * and __daylight instead). */ .globl timezone .globl __timezone .sdatatimezone:__timezone: .space 4 .globl daylight .globl __daylight .sdatadaylight:__daylight: .space 4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -