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_psHash02.c

    r1421 r2204  
    1212#include "psHash.h"
    1313#define NUM_HASH_TABLE_BUCKETS 100
    14 int imGlobal = 0;
     14psS32 imGlobal = 0;
    1515
    1616typedef struct
     
    3636}
    3737
    38 int main()
     38psS32 main()
    3939{
    4040    psHash *myHashTable = NULL;
    41     int testStatus      = true;
    42     int i               = 0;
     41    psS32 testStatus      = true;
     42    psS32 i               = 0;
    4343    ID *id = NULL;
    4444    char *myKeys[] = {"ENTRY00", "ENTRY01", "ENTRY02", "ENTRY03", NULL
     
    4646    char *myData[] = {"IDA", "IDB", "IDC", "IDD", NULL
    4747                     };
    48     int currentId = psMemGetId();
    49     int memLeaks        = 0;
     48    psS32 currentId = psMemGetId();
     49    psS32 memLeaks        = 0;
    5050
    5151    printPositiveTestHeader(stdout,
Note: See TracChangeset for help on using the changeset viewer.