#ifndef __B_H__ #define __B_H__ int *arrSort(int arrInput[], int arrlen); // 声明数组排序函数 #endif