#include <stdio.h> /* Read one line from standard input, */ /* copying it to line ... int getline(char line[], int max) { int nch = 0; int c; max = max - 1; ...
確定! 回上一頁