home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
debug-utils
/
pv
/
pvdevelop
/
pvdevelop.lha
/
include
/
PV
/
ARexxBase.h
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-15
|
399 b
|
23 lines
#ifndef PV_AREXXBASE_H
#define PV_AREXXBASE_H TRUE
/*
** $Filename: ARexxBase.h $
** $Release: 1.02 $
** $Revision: 37.346 $
** $Date: 15 Sep 91 $
**
** Structure definitions for ARexx Base (see 'TheWizardCorner')
**
** © 1991 Jorrit Tyberghein, included with PowerVisor
** All Rights Reserved
*/
struct ARexxBase
{
ULONG RexxSignalBit;
UWORD SyncFlag;
UWORD HideFlag;
};
#endif