home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional Developers Kit 1992 November
/
Disc01
/
Disc01.mdf
/
cppbeta
/
bbxxj
/
ideque.h__
/
IDEQUE.H
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
|
1992-10-26
|
254 b
|
15 lines
/* Copyright (c) IBM Corp. 1992 */
#ifndef _IDEQUE_H
#define _IDEQUE_H
#include <ideqseq.h>
#include <ilnseq.h>
IDefineGDequeOnGSequence (IGLinkedSequence, IGDeque)
#define IDequeOps IStdOps
IDefineStdCollectionWithOps (Deque)
#endif