Note: fgets reads at most BUFSIZ - 1 chars from fin and stores them in the char string line.
注:fgets最多从fin读取BUFSIZ - 1个字符并将它们存储在字符串行。
The logic used for form-feed-delimited pages is roughly the same, but slightly simpler, as there is no need for a line counter: Read char by char using the getc library function.
用于换页定界的页的逻辑大体上相同,只是稍稍简单一些,因为不需要行计数器:使用getc库函数逐个读取字符。
So I'm printing out line by line a char will take out some number of bytes; a double, some number of bytes; a float; and an int.
所以我将要逐行地打印出一个char类型占了几个字节,一个double类型要占了几个字节,还有float和int类型。
So, after the second line for code here char * s1 gets the return value of get string this is what the state of our world looks like.
在第二行之后,这个代码char,*s1,等于GetSting的返回值,这就是它看起来的状态。
应用推荐