removed code without effect
time_t represents the number of seconds since the birth of unix.
to deal with microseconds and friends, use
a) gettimeofday
b) struct timeval
Requirements:
lsflib : >=0.0.57
Compiler : gcc, mingw32-gcc
HEADERS : ansi-c
PLATTFORM : UNIX, GNU Linux, Windows32
COMPILE:
To compile this demonstration apps,
do:
type >make< as a normal user
fi
INSTALL:
To install this apps in $(HOME)/bin
do:
make all install
fi