libww libww
WWitch compatibility library for the Wonderful toolchain
Loading...
Searching...
No Matches
types.h File Reference
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <time.h>
#include <wonderful.h>

Go to the source code of this file.

Data Structures

struct  intvector
struct  ownerinfo
struct  datetime
union  address_t

Macros

#define FALSE   0
#define TRUE   1
#define far   __far
#define near

Typedefs

typedef unsigned short ushort
typedef unsigned long ulong
typedef uint8_t BYTE
typedef uint16_t WORD
typedef uint32_t DWORD
typedef int16_t BOOL
typedef struct intvector intvector_t
typedef struct ownerinfo ownerinfo_t
typedef struct datetime datetime_t
typedef uint16_t pid_t
typedef int32_t flen_t
typedef int32_t fpos_t
typedef uint16_t fmode_t
typedef uint32_t appid_t
typedef address_t floc_t

Macro Definition Documentation

◆ FALSE

#define FALSE   0

Definition at line 21 of file types.h.

◆ far

#define far   __far

Definition at line 25 of file types.h.

◆ near

#define near

Definition at line 26 of file types.h.

◆ TRUE

#define TRUE   1

Definition at line 22 of file types.h.

Typedef Documentation

◆ appid_t

typedef uint32_t appid_t

Definition at line 63 of file types.h.

◆ BOOL

typedef int16_t BOOL

Definition at line 19 of file types.h.

◆ BYTE

typedef uint8_t BYTE

Definition at line 16 of file types.h.

◆ datetime_t

typedef struct datetime datetime_t

Definition at line 56 of file types.h.

◆ DWORD

typedef uint32_t DWORD

Definition at line 18 of file types.h.

◆ flen_t

typedef int32_t flen_t

Definition at line 60 of file types.h.

◆ floc_t

typedef address_t floc_t

Definition at line 73 of file types.h.

◆ fmode_t

typedef uint16_t fmode_t

Definition at line 62 of file types.h.

◆ fpos_t

typedef int32_t fpos_t

Definition at line 61 of file types.h.

◆ intvector_t

typedef struct intvector intvector_t

Definition at line 35 of file types.h.

◆ ownerinfo_t

typedef struct ownerinfo ownerinfo_t

Definition at line 45 of file types.h.

◆ pid_t

typedef uint16_t pid_t

Definition at line 59 of file types.h.

◆ ulong

typedef unsigned long ulong

Definition at line 14 of file types.h.

◆ ushort

typedef unsigned short ushort

Definition at line 13 of file types.h.

◆ WORD

typedef uint16_t WORD

Definition at line 17 of file types.h.