Changeset 23e7d308 in rtems for c/src/tests/support/include/tmacros.h
- Timestamp:
- 02/01/06 19:44:09 (17 years ago)
- Children:
- 45a71c9d
- Parents:
- 36cf8f67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/support/include/tmacros.h
r36cf8f67 r23e7d308 145 145 #define sprint_time(_str, _s1, _tb, _s2) \ 146 146 do { \ 147 sprintf( ( str), "%s%02d:%02d:%02d %02d/%02d/%04d%s", \147 sprintf( (_str), "%s%02d:%02d:%02d %02d/%02d/%04d%s", \ 148 148 _s1, (_tb)->hour, (_tb)->minute, (_tb)->second, \ 149 149 (_tb)->month, (_tb)->day, (_tb)->year, _s2 ); \
Note: See TracChangeset
for help on using the changeset viewer.