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

    r1421 r2204  
    88#include "psHash.h"
    99#define NUM_HASH_TABLE_BUCKETS 10
    10 int main()
     10psS32 main()
    1111{
    1212    psHash *myHashTable = NULL;
    13     int testStatus      = true;
    14     int i               = 0;
    15     int currentId = psMemGetId();
    16     int memLeaks        = 0;
     13    psS32 testStatus      = true;
     14    psS32 i               = 0;
     15    psS32 currentId = psMemGetId();
     16    psS32 memLeaks        = 0;
    1717    printPositiveTestHeader(stdout,
    1818                            "psHash functions",
Note: See TracChangeset for help on using the changeset viewer.