home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 July
/
PCWorld_1999-07_cd.bin
/
602
/
WBPERSON
/
data1.cab
/
SDK_Files
/
C-lang
/
C.L1
/
CDP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-06-09
|
513b
|
18 lines
/****************************************************************************/
/* (C) Janus Drozd, 1992, 93, 94, 95, 96, 97, 98, 99 */
/* Verze: 6.0 (32-bit) */
/****************************************************************************/
#ifndef __CDP_H__
#define __CDP_H__
#define CDP_SIZE 5000
typedef struct cd_t
{ byte internal_data[CDP_SIZE];
} cd_t;
typedef struct cd_t * cdp_t;
#endif /* !def __CDP_H_ */