/*************************************************************************\ * Copyright (c) 2002 The University of Chicago, as Operator of Argonne * National Laboratory. * Copyright (c) 2002 The Regents of the University of California, as * Operator of Los Alamos National Laboratory. * This file is distributed subject to a Software License Agreement found * in the file LICENSE that is included with this distribution. \*************************************************************************/ /* $Log: put_link_date.c,v $ Revision 1.4 2002/08/14 17:24:53 soliday Added Open License Revision 1.3 1998/08/25 15:05:30 borland New version with major changes to allow multiple scales on x and y axes. * Revision 1.2 1995/09/05 21:09:38 saunders * First test release of the SDDS1.5 package. * */ #include void put_link_date(FILE *fp) { fprintf(fp, "Link date: %s %s\n", __DATE__, __TIME__); }