#include "vmstime.h"
Go to the source code of this file.
Defines | |
#define | NO_DOLLAR |
#define | VMSLONG(l) l |
#define | VMSWORD(w) w |
#define | VMSSWAP(l) ((l & 0xffff) << 16 | l >> 16) |
Typedefs | |
typedef unsigned char | vmsbyte |
typedef unsigned short | vmsword |
typedef unsigned int | vmsswap |
typedef unsigned int | vmslong |