home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
macify13.shr
/
macify.h
< prev
next >
Wrap
Text File
|
1991-05-20
|
602b
|
12 lines
/***************************************************************************
** **
** Special defines for MACIFY **
** **
***************************************************************************/
/* Defines for the charcters we'll be converting */
#define UNIX_EOL '\n' /* UNIX end-of-line character */
#define MAC_EOL 0x0d /* Mac end-of-line character */
/* That's it! */