qfedu-c-level/day8/homework/h2/includes/b.h

6 lines
110 B
C
Raw Permalink Normal View History

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