⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ansistdlib.rtn

📁 Vxworks API操作系统和驱动程序设计API。压缩的HTML文件
💻 RTN
字号:
abort {cause abnormal program termination (ANSI)} {<b>abort\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#abort">abort</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}abs {compute the absolute value of an integer (ANSI)} {<b>abs\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#abs">abs</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}atexit {call a function at program termination (Unimplemented) (ANSI)} {<b>atexit\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#atexit">atexit</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}atof {convert a string to a `double' (ANSI)} {<b>atof\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#atof">atof</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}atoi {convert a string to an `int' (ANSI)} {<b>atoi\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#atoi">atoi</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}atol {convert a string to a `long' (ANSI)} {<b>atol\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#atol">atol</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}bsearch {perform a binary search (ANSI)} {<b>bsearch\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#bsearch">bsearch</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}div {compute a quotient and remainder (ANSI)} {<b>div\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#div">div</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}div_r {compute a quotient and remainder (reentrant)} {<b>div_r\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#div_r">div_r</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}labs {compute the absolute value of a `long' (ANSI)} {<b>labs\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#labs">labs</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ldiv {compute the quotient and remainder of the division (ANSI)} {<b>ldiv\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#ldiv">ldiv</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}ldiv_r {compute a quotient and remainder (reentrant)} {<b>ldiv_r\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#ldiv_r">ldiv_r</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}mblen {calculate the length of a multibyte character (Unimplemented) (ANSI)} {<b>mblen\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#mblen">mblen</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}mbtowc {convert a multibyte character to a wide character (Unimplemented) (ANSI)} {<b>mbtowc\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#mbtowc">mbtowc</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}wctomb {convert a wide character to a multibyte character (Unimplemented) (ANSI)} {<b>wctomb\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#wctomb">wctomb</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}mbstowcs {convert a series of multibyte char's to wide char's (Unimplemented) (ANSI)} {<b>mbstowcs\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#mbstowcs">mbstowcs</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}wcstombs {convert a series of wide char's to multibyte char's (Unimplemented) (ANSI)} {<b>wcstombs\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#wcstombs">wcstombs</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}qsort {sort an array of objects (ANSI)} {<b>qsort\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#qsort">qsort</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}rand {generate a pseudo-random integer between 0 and RAND_MAX  (ANSI)} {<b>rand\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#rand">rand</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}srand {reset the value of the seed used to generate random numbers (ANSI)} {<b>srand\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#srand">srand</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}strtod {convert the initial portion of a string to a double (ANSI) } {<b>strtod\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#strtod">strtod</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}strtol {convert a string to a long integer (ANSI)} {<b>strtol\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#strtol">strtol</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}strtoul {convert a string to an unsigned long integer (ANSI)} {<b>strtoul\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#strtoul">strtoul</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}system {pass a string to a command processor (Unimplemented) (ANSI)} {<b>system\(&nbsp;\)</b>} {<b><a href="./ansiStdlib.html#system">system</a>(\&nbsp;)</b>} {VxWorks API Reference} {OS Libraries} {} {}

⌨️ 快捷键说明

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