Header --> Id
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* asctime - print a date
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* clock - determine the processor time used
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* ctime - convers the calendar time to a string
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* difftime - compute the difference between two calendar times
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* gmtime - convert the calendar time into broken down time
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* loc_time.h - some local definitions
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#define YEAR0 1900 /* the first year */
|
||||
#define EPOCH_YR 1970 /* EPOCH = Jan 1 1970 00:00:00 */
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* localtime - convert a calendar time into broken down time
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <time.h>
|
||||
#include "loc_time.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* misc - data and miscellaneous routines
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* mktime - convert local time into calendar time
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* strftime - convert a structure to a string, controlled by an argument
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#include <time.h>
|
||||
#include "loc_time.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* time - return the current calendar time (seconds since jan 1, 1970)
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#if defined(__BSD4_2)
|
||||
#include <time.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* tzset - set timezone information
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
/* This function is present for System V && POSIX */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user