C语言使用bool

解决办法:加上头文件#include<stdbool.h> ,就可以直接使用类型bool = true/false;

bool append_arr();
bool insert_arr();
bool delete_arr();