Example for chapter 2 Buffered I/O
This commit is contained in:
7
chp3/input.c
Normal file
7
chp3/input.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include<stdio.h>
|
||||
#include <limits.h>
|
||||
|
||||
int main(void) {
|
||||
printf("Limit buffer size is %u bytes.\n", LINE_MAX);
|
||||
printf("Buffer size is %u bytes.\n", BUFSIZ);
|
||||
}
|
||||
Reference in New Issue
Block a user