ms_bigendianhost.3

来自「C编写的格式转换程序」· 3 代码 · 共 31 行

3
31
字号
.TH MS_BIGENDIANHOST 3 2004/11/22 "Libmseed API".SH DESCRIPTIONDetermine host computer byte order.SH SYNOPSIS.nf.B #include <libmseed.h>.BI "int  \fBms_bigendianhost\fP ();".fi.SH DESCRIPTION\fBms_bigendianhost\fP is a run-time test of host computer byte order.It is assumed that there are only two possible byte orders: MostSignificant Byte First (MSBF), i.e. big-endian, and Least SignificantByte First (LSBF), i.e. little-endian.  No middle-endian schemes areaccounted for.Binary quantities in SEED are commonly big-endian, but it is notnecessarily so..SH RETURN VALUES\fBms_bigendianhost\fP returns 1 if the host is big-endian and 0 ifthe host is little-endian..SH AUTHOR.nfChad TrabantIRIS Data Management Center.fi

⌨️ 快捷键说明

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