reverse.3

来自「speech signal process tools」· 3 代码 · 共 45 行

3
45
字号
.\" Copyright (c) 1987, 1990 Entropic Speech, Inc.; All rights reserved.\" @(#)reverse.3	1.6 02 May 1997 ESI.TH REVERSE 3\-ESPSu 02 May 1997.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech, Inc..SH NAMElong_reverse \- reverse the bytes in a long integer..sp .25short_reverse \- reverse the bytes in a short integer..SH SYNOPSIS.ft B.brlong long_reverse (l);.brlong l;.brshort short_reverse (s);.brshort s;.ft.SH DESCRIPTION.I long_reversereturns the value which results from reversing the order of the bytes in .I l..I short_reversereturns the value which results from reversing the order of the bytesin .I s.These functions are useful in converting between machine dependent data formats..SH EXAMPLE.nflong l; lswap;short s, sswap;lswap = long_reverse (l);sswap = short_reverse (s);.fi.SH DIAGNOSTICSNone..SH BUGSNone known..SH AUTHORBrian Sublett

⌨️ 快捷键说明

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