#include <stdio.h>#include <sys/types.h>#include <unistd.h>#include <string.h>#include <stdlib.h>
Go to the source code of this file.
| Defines | |
| #define | MAX_LINE_SIZE 256 | 
| Functions | |
| main (int argc, argv) | |
| Variables | |
| static char | buf [MAX_LINE_SIZE] | 
| #define MAX_LINE_SIZE 256 | 
| char buf[MAX_LINE_SIZE]  [static] |