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

Go to the source code of this file.

Data Structures

struct  intvector
 
struct  ownerinfo
 
struct  datetime
 

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
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0

Definition at line 16 of file types.h.

◆ far

#define far   __far

Definition at line 20 of file types.h.

◆ near

#define near

Definition at line 21 of file types.h.

◆ TRUE

#define TRUE   1

Definition at line 17 of file types.h.

Typedef Documentation

◆ BOOL

typedef int16_t BOOL

Definition at line 14 of file types.h.

◆ BYTE

typedef uint8_t BYTE

Definition at line 11 of file types.h.

◆ datetime_t

typedef struct datetime datetime_t

Definition at line 50 of file types.h.

◆ DWORD

typedef uint32_t DWORD

Definition at line 13 of file types.h.

◆ intvector_t

typedef struct intvector intvector_t

Definition at line 29 of file types.h.

◆ ownerinfo_t

typedef struct ownerinfo ownerinfo_t

Definition at line 39 of file types.h.

◆ ulong

typedef unsigned long ulong

Definition at line 9 of file types.h.

◆ ushort

typedef unsigned short ushort

Definition at line 8 of file types.h.

◆ WORD

typedef uint16_t WORD

Definition at line 12 of file types.h.