home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmigaPlus
/
Tools
/
Development
/
envCPP31
/
c++
/
syntax
/
sample.h
< prev
next >
Encoding:
Amiga
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
|
2002-01-01
|
173 b
|
12 lines
#include "defs.h"
#define MAGIC 42
/* each object is described by a node */
struct ObjectNode
{
UBYTE *Name; // identification
APTR Content; // value
};