定义指针函数的一般形式为 类型名 *函数名(参数表列); 例如 int *a(int x,int y); 转载于:https://www.cnblogs.com/galoishelley/p/3858613.html