Changeset 3150 for trunk/psLib/swig/pslib.i
- Timestamp:
- Feb 7, 2005, 4:04:14 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/swig/pslib.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/pslib.i
r3145 r3150 15 15 %} 16 16 17 /* XXX: this is temporary -- not portable, but should work with any current OS supported */ 18 typedef char int8_t; 19 typedef unsigned char uint8_t; 20 typedef short int16_t; 21 typedef unsigned short uint16_t; 22 typedef int int32_t; 23 typedef unsigned int uint32_t; 24 typedef long long int64_t; 25 typedef unsigned long long uint64_t; 26 27 17 28 /* grab the typedefs used throughout psLib, e.g. psU8, psU16,... */ 18 %import "psType.h"19 %import "psMemory.h"20 21 29 %include "cpointer.i" 22 30
Note:
See TracChangeset
for help on using the changeset viewer.
