11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
//*******************************************************************
|
|
#define CHAR_CR chr(13)
|
|
#define CHAR_LF chr(10)
|
|
#define CHAR_CR_LF (CHAR_CR+CHAR_LF)
|
|
//*******************************************************************
|
|
|