Header --> Id

This commit is contained in:
ceriel
1994-06-24 14:02:31 +00:00
parent bcc84a94d5
commit f26dd7bb01
1254 changed files with 1254 additions and 1254 deletions

View File

@@ -1,7 +1,7 @@
/*
* asctime - print a date
*/
/* $Header$ */
/* $Id$ */
#include <string.h>
#include <time.h>

View File

@@ -1,7 +1,7 @@
/*
* clock - determine the processor time used
*/
/* $Header$ */
/* $Id$ */
#include <time.h>

View File

@@ -1,7 +1,7 @@
/*
* ctime - convers the calendar time to a string
*/
/* $Header$ */
/* $Id$ */
#include <time.h>

View File

@@ -1,7 +1,7 @@
/*
* difftime - compute the difference between two calendar times
*/
/* $Header$ */
/* $Id$ */
#include <time.h>

View File

@@ -1,7 +1,7 @@
/*
* gmtime - convert the calendar time into broken down time
*/
/* $Header$ */
/* $Id$ */
#include <time.h>
#include <limits.h>

View File

@@ -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 */

View File

@@ -1,7 +1,7 @@
/*
* localtime - convert a calendar time into broken down time
*/
/* $Header$ */
/* $Id$ */
#include <time.h>
#include "loc_time.h"

View File

@@ -1,7 +1,7 @@
/*
* misc - data and miscellaneous routines
*/
/* $Header$ */
/* $Id$ */
#include <ctype.h>
#include <time.h>

View File

@@ -1,7 +1,7 @@
/*
* mktime - convert local time into calendar time
*/
/* $Header$ */
/* $Id$ */
#include <time.h>
#include <limits.h>

View File

@@ -1,7 +1,7 @@
/*
* strftime - convert a structure to a string, controlled by an argument
*/
/* $Header$ */
/* $Id$ */
#include <time.h>
#include "loc_time.h"

View File

@@ -1,7 +1,7 @@
/*
* time - return the current calendar time (seconds since jan 1, 1970)
*/
/* $Header$ */
/* $Id$ */
#if defined(__BSD4_2)
#include <time.h>

View File

@@ -1,7 +1,7 @@
/*
* tzset - set timezone information
*/
/* $Header$ */
/* $Id$ */
/* This function is present for System V && POSIX */