int inthestr(char *s,char ch){ while(*s!='\0'){if(*s==ch)return 1;s++;}return 0;}
我用的thinkpad t440p, 安装了ubuntu 14.04.5, MAC 10.10.5