Changeset 2204 for trunk/psLib/test/dataManip/tst_psStats04.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats04.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats04.c
r1406 r2204 12 12 #define N ((4 * N1) + 1) 13 13 14 intmain()14 psS32 main() 15 15 { 16 16 psStats *myStats = NULL; 17 inttestStatus = true;18 inti = 0;17 psS32 testStatus = true; 18 psS32 i = 0; 19 19 psVector *myVector = NULL; 20 20 psVector *maskVector= NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
