home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Telnet 2.7b5
/
source
/
config
/
LinkedList.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
Text File
|
1995-03-28
|
118 b
|
9 lines
|
[
TEXT/CWIE
]
//LinkedList.h
typedef struct LinkedListNode {
StringHandle name;
struct LinkedListNode *next;
} LinkedListNode;