1、getline / copy 1.9节
int getline(char s[], int lim) { int c, i; for(i = 0; i < lim-1 && (c=getchar())!=EOF && c != '