environ.s
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· S 代码 · 共 17 行
S
17 行
/* @(#)environ.s 4.1 ULTRIX 7/3/90 *//* * Define environ globally for those who need it, while letting * ANSI purists pretend it doesn't exist (because all the internal * usage in the library uses __environ instead). * * It's in sdata for maximum flexibility; this way, it can be * referenced as either large or small. */ .globl environ .globl __environ .sdataenviron:__environ: .space 4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?