YSITD_Chat_Bot says to #ysitd <licson>: (koru1130: 有沒有例子) template<T> void sort(T* x, int (*compare)(&T a, &T b)) { ... } int* test = malloc(sizeof(int) * 100); sort(test, compare);