Changeset 2204 for trunk/psLib/test/dataManip/tst_psFunc04.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc04.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc04.c
r1982 r2204 17 17 #define N 8 18 18 19 intt00()19 psS32 t00() 20 20 { 21 inttestStatus = true;22 intmemLeaks=0;23 inti;21 psS32 testStatus = true; 22 psS32 memLeaks=0; 23 psS32 i; 24 24 float x; 25 25 float y; 26 intcurrentId = psMemGetId();26 psS32 currentId = psMemGetId(); 27 27 psSpline1D *tmpSpline; 28 28 psVector *data; … … 69 69 } 70 70 71 intt01()71 psS32 t01() 72 72 { 73 inttestStatus = true;74 intmemLeaks=0;75 inti;73 psS32 testStatus = true; 74 psS32 memLeaks=0; 75 psS32 i; 76 76 float x; 77 77 float y; 78 intcurrentId = psMemGetId();78 psS32 currentId = psMemGetId(); 79 79 psSpline1D *tmpSpline; 80 80 psVector *data; … … 121 121 } 122 122 123 intmain()123 psS32 main() 124 124 { 125 125 t00();
Note:
See TracChangeset
for help on using the changeset viewer.
