Changeset 8eb2018 for src/libcfa/time.c
- Timestamp:
- Apr 1, 2018, 10:26:48 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 1031c7e, 9f652a1
- Parents:
- ce28c7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/time.c
rce28c7b r8eb2018 10 10 // Created On : Tue Mar 27 13:33:14 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Mar 27 16:37:35201813 // Update Count : 1812 // Last Modified On : Sun Apr 1 17:30:08 2018 13 // Update Count : 21 14 14 // 15 15 … … 49 49 #endif // __CFA_DEBUG__ 50 50 51 void mktime( Time & time, int year, int month, int day, int hour, int min, int sec, int nsec ) with( time ) {51 void ?{}( Time & time, int year, int month, int day, int hour, int min, int sec, int nsec ) with( time ) { 52 52 tm tm; 53 53 … … 81 81 } // if 82 82 #endif // __CFA_DEBUG__ 83 } // mktime83 } // ?{} 84 84 85 85 char * yy_mm_dd( Time time, char * buf ) with( time ) {
Note: See TracChangeset
for help on using the changeset viewer.