Changeset 2666 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Apr 8, 2005, 10:11:39 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/timestamp.cc
r2656 r2666 11 11 #ifdef Linux 12 12 // La fonction trunc non declaree ds math.h sous Linux 13 double trunc (double x); 13 extern "C" { double trunc (double x); } 14 14 #endif 15 15 //-------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.