home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
networking
/
dnet
/
dnet2.3.2
/
amiga
/
lib
/
lib.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
|
1994-06-29
|
216 b
|
19 lines
/*
* LIB.H
*/
#include "dnet/dnet.h"
#include "dnet/channel.h"
#include "dnetlib.h"
#ifndef IFDEBUG
#ifdef DEBUG
#define IFDEBUG(foo) foo
#else
#define IFDEBUG(foo)
#endif /* DEBUG */
#endif /* ! IFDEBUG */