c 高级函数的简单用法

c 中内置了很多高级的函数,我们先使用排序函数看一下 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 5 int compare_score(const void *n1 ,const void *n2) { 6 7 int *a = (int *)n1; 8 int
相关文章
相关标签/搜索