Bioplib
Protein Structure C Library
 All Data Structures Files Functions Variables Typedefs Macros Pages
Macros | Typedefs
SysDefs.h File Reference

System-type variable type definitions. More...

Go to the source code of this file.

Macros

#define TRUE   1
 
#define FALSE   0
 

Typedefs

typedef void * APTR
 
typedef char * BPTR
 
typedef short BOOL
 
typedef long LONG
 
typedef unsigned long ULONG
 
typedef short SHORT
 
typedef unsigned short USHORT
 
typedef unsigned char UCHAR
 
typedef unsigned char UBYTE
 

Detailed Description

System-type variable type definitions.

Version
V1.3
Date
14.05.15
Author
Dr. Andrew C. R. Martin
Institute of Structural & Molecular Biology, University College London, Gower Street, London. WC1E 6BT.
andre.nosp@m.w@bi.nosp@m.oinf..nosp@m.org..nosp@m.uk andre.nosp@m.w.ma.nosp@m.rtin@.nosp@m.ucl..nosp@m.ac.uk

This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.

The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.

The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.

Description:

Usage:

Revision History:

Definition in file SysDefs.h.

Macro Definition Documentation

#define FALSE   0

Definition at line 79 of file SysDefs.h.

#define TRUE   1

Definition at line 76 of file SysDefs.h.

Typedef Documentation

typedef void* APTR

Definition at line 59 of file SysDefs.h.

typedef short BOOL

Definition at line 64 of file SysDefs.h.

typedef char* BPTR

Definition at line 60 of file SysDefs.h.

typedef long LONG

Definition at line 65 of file SysDefs.h.

typedef short SHORT

Definition at line 67 of file SysDefs.h.

typedef unsigned char UBYTE

Definition at line 70 of file SysDefs.h.

typedef unsigned char UCHAR

Definition at line 69 of file SysDefs.h.

typedef unsigned long ULONG

Definition at line 66 of file SysDefs.h.

typedef unsigned short USHORT

Definition at line 68 of file SysDefs.h.