added JAM_FORCE_GCC_OPTIONS variable
[k8jam.git] / timestamp.h
blob158e80e378774b35a0256fbecff49cdfb337e0f7
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
7 /*
8 * timestamp.h - get the timestamp of a file or archive member
9 */
11 void timestamp (char *target, time_t *time);
12 void donestamps (void);