IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2005, 4:04:14 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/swig/pslib.i

    r3145 r3150  
    1515%}
    1616
     17/* XXX: this is temporary -- not portable, but should work with any current OS supported */
     18typedef char int8_t;
     19typedef unsigned char uint8_t;
     20typedef short int16_t;
     21typedef unsigned short uint16_t;
     22typedef int int32_t;
     23typedef unsigned int uint32_t;
     24typedef long long int64_t;
     25typedef unsigned long long uint64_t;
     26
     27
    1728/* grab the typedefs used throughout psLib, e.g. psU8, psU16,... */
    18 %import "psType.h"
    19 %import "psMemory.h"
    20 
    2129%include "cpointer.i"
    2230
Note: See TracChangeset for help on using the changeset viewer.