Algorithms

Algorithms

Defined in header <stdlib.h>
(C11)
sorts a range of elements with unspecified type
(function)
(C11)
searches an array for an element of unspecified type
(function)

References

  • C11 standard (ISO/IEC 9899:2011):
    • 7.22.5 Searching and sorting utilities (p: 354-356)
    • K.3.6.3 Searching and sorting utilities (p: 607-609)
  • C99 standard (ISO/IEC 9899:1999):
    • 7.20.5 Searching and sorting utilities (p: 318-319)
  • C89/C90 standard (ISO/IEC 9899:1990):
    • 4.10.5 Searching and sorting utilities

See also

C++ documentation for Algorithms library

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/c/algorithm

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部