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

    r1421 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 i               = 0;
     37    psS32 testStatus      = true;
     38    psS32 i               = 0;
    3939    char *myKeys[] = {"ENTRY00", "ENTRY01", "ENTRY02", "ENTRY03", NULL
    4040                     };
    4141    char *myData[] = {"IDA", "IDB", "IDC", "IDD", NULL
    4242                     };
    43     int currentId = psMemGetId();
    44     int memLeaks        = 0;
     43    psS32 currentId = psMemGetId();
     44    psS32 memLeaks        = 0;
    4545    psList *myLinkList = NULL;
    4646    psListElem *tmp = NULL;
Note: See TracChangeset for help on using the changeset viewer.