locv.3

来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 3 代码 · 共 24 行

3
24
字号
.th LOCV III 3/9/74.sh NAMElocv \*- long output conversion.sh SYNOPSIS.nf.ft Bchar *locv(hi, lo)int hi, lo;.fi.ft R.sh DESCRIPTION.it Locvconverts a signed double-precision integer,whose parts are passed as arguments,to the equivalent ASCII character stringand returns a pointer to that string..sh BUGSSince.it locvreturns a pointer to a static buffer containing theconverted result, it cannot be used twicein the same expression;the second result overwrites the first.

⌨️ 快捷键说明

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