Changeset 2656 in Sophya for trunk/SophyaLib/BaseTools


Ignore:
Timestamp:
Mar 31, 2005, 6:45:03 PM (20 years ago)
Author:
ansari
Message:

ajout declaration trunc() pour Linux ds timestamp.cc - Reza 31/3/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/timestamp.cc

    r2654 r2656  
    99#include <iostream>
    1010
     11#ifdef Linux
     12// La fonction trunc non declaree ds math.h sous Linux
     13double trunc   (double x);
     14#endif
    1115//-------------------------------------------------------------------------
    1216//--------------------------  Classe TimeStamp   --------------------------
Note: See TracChangeset for help on using the changeset viewer.