ttail.c
author viric@mandarina
Fri, 02 Oct 2009 20:42:47 +0200
changeset 280 d207fb747144
parent 173 b572fdd206f4
child 339 350600fb772f
permissions -rw-r--r--
Updating the manual for TS_MAXCONN

#include <sys/time.h> /* Dep de main.h */
#include <stdio.h> /* Dep de main.h */

#include "main.h"

int main(int argc, char **argv)
{
    tail_file(argv[1]);
    return 0;
}