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