Changeset 517 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Oct 26, 1999, 3:45:05 PM (26 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/datime.c
r244 r517 5 5 #include <ctype.h> 6 6 #include <math.h> 7 #ifdef __MWERKS__ 8 #include "mwerksmath.h" 9 // #include "unixmac.h" 10 #endif 7 11 8 12 #define DATIMEPRIVEE -
trunk/SophyaLib/NTools/nbrandom.h
r244 r517 7 7 #include "machdefs.h" 8 8 #include <stdlib.h> 9 #ifdef __mac__ 10 #include <unixmac.h> 9 #ifdef __MWERKS__ 10 #include "mwerksmath.h" 11 #include "unixmac.h" 11 12 #endif 12 13
Note:
See TracChangeset
for help on using the changeset viewer.