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/dataManip/tst_psFunc02.c

    r1946 r2204  
    1414#define CUBIC 3
    1515
    16 int main()
     16psS32 main()
    1717{
    18     int testStatus = true;
    19     int memLeaks=0;
    20     int i;
    21     int  currentId = psMemGetId();
     18    psS32 testStatus = true;
     19    psS32 memLeaks=0;
     20    psS32 i;
     21    psS32  currentId = psMemGetId();
    2222    psSpline1D *tmpSpline;
    2323
Note: See TracChangeset for help on using the changeset viewer.