Changeset 2328
- Timestamp:
- Nov 10, 2004, 1:08:10 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psTime_03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psTime_03.c
r2204 r2328 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-1 0-27 00:57:33$14 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-11-10 23:08:10 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 23 23 24 24 #define PRINT_TIME(TEXT,TIME) \ 25 printf("%s Seconds = %l d Microseconds = %u\n", TEXT, (psS64)TIME->sec, TIME->usec);25 printf("%s Seconds = %lld Microseconds = %u\n", TEXT, TIME->sec, TIME->usec); 26 26 27 27 psS32 main(psS32 argc, char* argv[])
Note:
See TracChangeset
for help on using the changeset viewer.
