Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
也许这是一个愚蠢的问题,但是:我正在寻找一个用于 C 中整数数组(排序、搜索......)的经典函数的库,有人知道一个好的库吗?
我可以重写这些函数,但老实说,我很懒惰。
更一般地说,某处是否有已知库的列表?
提前致谢
GNU C 库对这些功能很有帮助:
http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_1.html#SEC2