Sha256: e14168a9e25868800bb2421da7922355944c7dc53a8cde9cbfded03af16ca42a

Contents?: true

Size: 1.07 KB

Versions: 130

Compression:

Stored size: 1.07 KB

Contents

#ifndef SYS_TYPES_H
#define SYS_TYPES_H 1

#define BIG_ENDIAN    1234
#define LITTLE_ENDIAN 4321

#ifdef MIPS
#define BYTE_ORDER LITTLE_ENDIAN
#endif

//#if UNDER_CE > 201
//  typedef unsigned long time_t;
//  #define _TIME_T_DEFINED_
//#endif
typedef unsigned long dev_t;
typedef unsigned long ino_t;
#ifndef _MODE_T_DEFINED_
  typedef unsigned long mode_t;
  #define _MODE_T_DEFINED_
#endif

typedef long clock_t;

#ifndef _PTRDIFF_T_DEFINED
typedef long ptrdiff_t;
#define _PTRDIFF_T_DEFINED
#endif

typedef long off_t;

//typedef unsigned char u_char;
//typedef unsigned short u_short;

#ifndef _CADDR_T_DEFINED_
typedef unsigned char * caddr_t;
#define _CADDR_T_DEFINED_
#endif

#ifndef _SIZE_T_DEFINED_
typedef unsigned int size_t;
#define _SIZE_T_DEFINED_
#endif

//typedef unsigned char u_int8_t;

//typedef short int16_t;
//typedef unsigned short u_int16_t;

//typedef int int32_t;
//typedef unsigned int u_int32_t;

//typedef unsigned long u_long;
//typedef unsigned int u_int;

//#ifndef _TIME_T_DEFINED_
//typedef unsigned long time_t;
//#define _TIME_T_DEFINED_
//#endif

#endif

Version data entries

130 entries across 130 versions & 2 rubygems

Version Path
rhodes-2.3.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.3.1.beta.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.3.0 platform/shared/ruby/wince/sys/types.h
rhodes-2.3.0.beta.3 platform/shared/ruby/wince/sys/types.h
rhodes-2.3.0.beta.2 platform/shared/ruby/wince/sys/types.h
rhodes-2.3.0.beta.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.6 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.6.beta.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.5 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.5.beta.3 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.5.beta.2 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.5.beta.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.4.beta.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.3 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.3.beta.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.2 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.2.beta.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.1 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.1.beta.2 platform/shared/ruby/wince/sys/types.h
rhodes-2.2.1.beta.1 platform/shared/ruby/wince/sys/types.h