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