Changeset 2204 for trunk/psLib/test/image/tst_psImageStats01.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats01.c
r1944 r2204 15 15 #define M 64 16 16 17 intmain()17 psS32 main() 18 18 { 19 19 psStats * myStats = NULL; … … 21 21 psImage *tmpImage = NULL; 22 22 psImage *tmpMask = NULL; 23 inttestStatus = true;24 intmemLeaks = 0;25 intnb = 0;26 inti = 0;27 intj = 0;28 intIMAGE_X_SIZE = 0;29 intIMAGE_Y_SIZE = 0;30 intcurrentId = 0;23 psS32 testStatus = true; 24 psS32 memLeaks = 0; 25 psS32 nb = 0; 26 psS32 i = 0; 27 psS32 j = 0; 28 psS32 IMAGE_X_SIZE = 0; 29 psS32 IMAGE_Y_SIZE = 0; 30 psS32 currentId = 0; 31 31 32 32 currentId = psMemGetId();
Note:
See TracChangeset
for help on using the changeset viewer.
