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	.sdatatimezone:__timezone:	.space	4	.globl	daylight	.globl	__daylight	.sdatadaylight:__daylight:	.space	4

⌨️ 快捷键说明

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