Changeset 2204 for trunk/psLib/test/image/tst_psImageStats03.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats03.c
r1909 r2204 13 13 #define IMAGE_SIZE 10 14 14 15 intmain()15 psS32 main() 16 16 { 17 17 psImage *tmpImage = NULL; 18 inttestStatus = true;19 intmemLeaks = 0;20 inti = 0;21 intj = 0;18 psS32 testStatus = true; 19 psS32 memLeaks = 0; 20 psS32 i = 0; 21 psS32 j = 0; 22 22 float pixel = 0.0; 23 23 float x = 0.0; 24 24 float y = 0.0; 25 intcurrentId = psMemGetId();25 psS32 currentId = psMemGetId(); 26 26 27 27 /*************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
