-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtime_stamp.h
55 lines (53 loc) · 1.95 KB
/
time_stamp.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* ----------------------------- MNI Header -----------------------------------
@NAME : time_stamp.h
@DESCRIPTION: Header file for time_stamp.c
@GLOBALS :
@CREATED : February 1, 1993 (Peter Neelin)
@MODIFIED :
* $Log: time_stamp.h,v $
* Revision 1.1 2002-03-20 22:16:34 jason
* Initial revision
*
* Revision 6.1 2002/01/14 21:28:26 neelin
* Moved nd_loop, voxel_loop, ParseArgv and time_stamp from ../progs/Proglib
* in order to include them in the main minc library.
*
* Revision 6.2 1999/10/19 15:57:18 neelin
* Fixed log message containing log substitution
*
* Revision 6.1 1999/10/19 14:45:14 neelin
* Fixed Log subsitutions for CVS
*
* Revision 6.0 1997/09/12 13:23:41 neelin
* Release of minc version 0.6
*
* Revision 5.0 1997/08/21 13:24:41 neelin
* Release of minc version 0.5
*
* Revision 4.0 1997/05/07 20:00:50 neelin
* Release of minc version 0.4
*
* Revision 3.0 1995/05/15 19:31:35 neelin
* Release of minc version 0.3
*
* Revision 2.0 1994/09/28 10:34:31 neelin
* Release of minc version 0.2
*
* Revision 1.4 94/09/28 10:34:20 neelin
* Pre-release
*
* Revision 1.3 93/08/04 13:04:00 neelin
* Added RCS Log to keep track of modifications in source
*
@COPYRIGHT :
Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre,
Montreal Neurological Institute, McGill University.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies. The author and McGill University
make no representations about the suitability of this
software for any purpose. It is provided "as is" without
express or implied warranty.
---------------------------------------------------------------------------- */
char *time_stamp(int argc, char *argv[]);