tzx.s
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· S 代码 · 共 21 行
S
21 行
/* "@(#)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 .data_timezone:___timezone: .space 4 .globl _daylight .globl ___daylight .data_daylight:___daylight: .space 4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?