blib.rtn

来自「Tornado 的manuals 很全面,国内的书大部分是翻译的它。经常需要查阅」· RTN 代码 · 共 15 行

RTN
15
字号
bcmp {compare one buffer to another} {<b>bcmp\(&nbsp;\)</b>} {<b><a href="./bLib.html#bcmp">bcmp</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}binvert {invert the order of bytes in a buffer} {<b>binvert\(&nbsp;\)</b>} {<b><a href="./bLib.html#binvert">binvert</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bswap {swap buffers} {<b>bswap\(&nbsp;\)</b>} {<b><a href="./bLib.html#bswap">bswap</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}swab {swap bytes} {<b>swab\(&nbsp;\)</b>} {<b><a href="./bLib.html#swab">swab</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}uswab {swap bytes with buffers that are not necessarily aligned} {<b>uswab\(&nbsp;\)</b>} {<b><a href="./bLib.html#uswab">uswab</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bzero {zero out a buffer} {<b>bzero\(&nbsp;\)</b>} {<b><a href="./bLib.html#bzero">bzero</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bcopy {copy one buffer to another} {<b>bcopy\(&nbsp;\)</b>} {<b><a href="./bLib.html#bcopy">bcopy</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bcopyBytes {copy one buffer to another one byte at a time} {<b>bcopyBytes\(&nbsp;\)</b>} {<b><a href="./bLib.html#bcopyBytes">bcopyBytes</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bcopyWords {copy one buffer to another one word at a time} {<b>bcopyWords\(&nbsp;\)</b>} {<b><a href="./bLib.html#bcopyWords">bcopyWords</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bcopyLongs {copy one buffer to another one long word at a time} {<b>bcopyLongs\(&nbsp;\)</b>} {<b><a href="./bLib.html#bcopyLongs">bcopyLongs</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bfill {fill a buffer with a specified character} {<b>bfill\(&nbsp;\)</b>} {<b><a href="./bLib.html#bfill">bfill</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bfillBytes {fill buffer with a specified character one byte at a time} {<b>bfillBytes\(&nbsp;\)</b>} {<b><a href="./bLib.html#bfillBytes">bfillBytes</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}index {find the first occurrence of a character in a string} {<b>index\(&nbsp;\)</b>} {<b><a href="./bLib.html#index">index</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}rindex {find the last occurrence of a character in a string} {<b>rindex\(&nbsp;\)</b>} {<b><a href="./bLib.html#rindex">rindex</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}

⌨️ 快捷键说明

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