Changeset 1290 in Sophya for trunk/SophyaLib
- Timestamp:
- Nov 3, 2000, 5:51:43 PM (25 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/mutyv.h
r1080 r1290 37 37 ~MuTyV(); 38 38 39 inline char Type() { return typ; }39 inline char Type() const { return typ; } 40 40 41 41 MuTyV & operator= (MuTyV const & a); -
trunk/SophyaLib/SysTools/timing.c
r219 r1290 29 29 #include <string.h> 30 30 #include <time.h> 31 31 32 #include "timing.h" 33 32 34 clock_t CPUT0, CPUT; 33 35 time_t ELT0, ELT; 34 36 35 void InitTim(void);36 void PrtTim(char *Comm);37 37 38 38 /* Nouvelle-Fonction */
Note:
See TracChangeset
for help on using the changeset viewer.