ttail.c
author viric@mandarina
Fri, 02 Oct 2009 19:20:41 +0200
changeset 274 62048132f95f
parent 173 b572fdd206f4
child 339 350600fb772f
permissions -rw-r--r--
Making changes so it looks like the code in ts-0.6.4, which I can't find

#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;
}