Changeset 2204 for trunk/psLib/test/dataManip/tst_psFunc00.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc00.c
r1985 r2204 22 22 #define CN 6 23 23 #define DN 8 24 intmain()24 psS32 main() 25 25 { 26 26 psPolynomial1D *my1DPoly = NULL; … … 32 32 psDPolynomial3D *my3DPolyD = NULL; 33 33 psDPolynomial4D *my4DPolyD = NULL; 34 inttestStatus = true;35 intmemLeaks = 0;36 inta = 0;37 intb = 0;38 intc = 0;39 intd = 0;40 intcurrentId = 0;34 psS32 testStatus = true; 35 psS32 memLeaks = 0; 36 psS32 a = 0; 37 psS32 b = 0; 38 psS32 c = 0; 39 psS32 d = 0; 40 psS32 currentId = 0; 41 41 42 42 currentId = psMemGetId();
Note:
See TracChangeset
for help on using the changeset viewer.
