摘要: int cmp_int(const void* e1, const void* e2) { return *(int*)e1 - *(int*)e2;//e1 e2 调用前需要类型转换 } void swap(char* buf1, char* buf2, int width) { int i = 阅读全文
posted @ 2023-05-31 20:14 小蠕虫 阅读(15) 评论(0) 推荐(0)