IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psHash01.c

    r1811 r2204  
    77#include "psHash.h"
    88#define NUM_HASH_TABLE_BUCKETS 100
    9 int imGlobal = 0;
     9psS32 imGlobal = 0;
    1010
    1111typedef struct
     
    3232}
    3333
    34 int main()
     34psS32 main()
    3535{
    3636    psHash *myHashTable = NULL;
    37     int testStatus      = true;
    38     int currentId = psMemGetId();
     37    psS32 testStatus      = true;
     38    psS32 currentId = psMemGetId();
    3939    ID* id = NULL;
    40     int memLeaks        = 0;
     40    psS32 memLeaks        = 0;
    4141
    4242    printPositiveTestHeader(stdout,
Note: See TracChangeset for help on using the changeset viewer.