Files
harbour-core/harbour/samples/cccppc/cr_lf.ch
1999-11-09 01:37:27 +00:00

11 lines
248 B
Plaintext

/*
* $Id$
*/
//*******************************************************************
#define CHAR_CR chr(13)
#define CHAR_LF chr(10)
#define CHAR_CR_LF (CHAR_CR+CHAR_LF)
//*******************************************************************