Changeset 2204 for trunk/psLib/test/dataManip/tst_psFunc02.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc02.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc02.c
r1946 r2204 14 14 #define CUBIC 3 15 15 16 intmain()16 psS32 main() 17 17 { 18 inttestStatus = true;19 intmemLeaks=0;20 inti;21 intcurrentId = psMemGetId();18 psS32 testStatus = true; 19 psS32 memLeaks=0; 20 psS32 i; 21 psS32 currentId = psMemGetId(); 22 22 psSpline1D *tmpSpline; 23 23
Note:
See TracChangeset
for help on using the changeset viewer.
