Posts Tagged ‘ctime’

difftime – calculate time difference
USAGE
#include <time.h>

double difftime(time_t time1, time_t time0);

DESCRIPTION
The difftime() function returns the number of seconds elapsed between
time time1 and time time0, represented as [...]

Thursday, August 27th, 2009 at 20:51 | Comments Off
Categories: D

co – check out RCS revisions
USAGE
co [options] file …

DESCRIPTION
co retrieves a revision from each RCS file and stores it into the cor-
responding working file.

Pathnames matching an [...]

Wednesday, August 26th, 2009 at 23:45 | Comments Off
Categories: c
TOP