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/sysUtils/tst_psAbort.c

    r1701 r2204  
    88 *  @author  Eric Van Alst, MHPCC
    99 *
    10  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    11  *  @date  $Date: 2004-09-07 21:26:13 $
     10 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     11 *  @date  $Date: 2004-10-27 00:57:33 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717#include "psTest.h"
    1818
    19 static int testAbort00(void);
    20 static int testAbort01(void);
    21 static int testAbort02(void);
     19static psS32 testAbort00(void);
     20static psS32 testAbort01(void);
     21static psS32 testAbort02(void);
    2222
    2323testDescription tests[] = {
     
    2828                          };
    2929
    30 int main( int argc, char* argv[] )
     30psS32 main( psS32 argc, char* argv[] )
    3131{
    3232    psLogSetLevel( PS_LOG_INFO );
     
    3535}
    3636
    37 static int testAbort00(void)
     37static psS32 testAbort00(void)
    3838{
    39     int   intval = 1;
    40     long  longval = 2;
     39    psS32   intval = 1;
     40    psS64  longval = 2;
    4141    float floatval = 3.01;
    4242    char  charval = 'E';
     
    5454}
    5555
    56 static int testAbort01(void)
     56static psS32 testAbort01(void)
    5757{
    5858    // Test point #2 String values in abort message
     
    6565}
    6666
    67 static int testAbort02(void)
     67static psS32 testAbort02(void)
    6868{
    6969    // Test point #2 String values in abort message
Note: See TracChangeset for help on using the changeset viewer.