📄 byteorder.so
字号:
m4_comment([$Id: byteorder.so,v 10.17 2001/02/15 22:21:13 bostic Exp $])m4_ref_title(Access Methods, Selecting a byte order, selecting a @byte order, am_conf/cachesize, am_conf/dup)m4_p([dnlDatabase files created by m4_db can be created in either little- orbig-endian formats. The byte order used for the underlying databaseis specified by calling the m4_refT(dbh_set_lorder). If no orderis selected, the native format of the machine on which the database iscreated will be used.])m4_p([dnlm4_db databases are architecture independent, and any format database canbe used on a machine with a different native format. In this case, aseach page that is read into or written from the cache must be convertedto or from the host format, and databases with non-native formats willincur a performance penalty for the run-time conversion.])m4_p([m4_bold([dnlIt is important to note that the m4_db access methods do no dataconversion for application specified data. Key/data pairs written on alittle-endian format architecture will be returned to the applicationexactly as they were written when retrieved on a big-endian formatarchitecture.])])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -