bufsize
美
英 
例句
The buffer option is -bufsize to set the buffer size in bits.
缓冲选项-bufsize用来设置缓冲区的大小,单位为比特。
This can happen if the string copied into s1 is longer than the allocated size of s1, which is BUFSIZ (a constant defined in stdio. h).
当复制到s1的字符串长于s1的分配大小(即BUFSIZE,一个在stdio.h中定义的常数)时,就会发生缓冲区溢出情况。