tldm-universe/Ardent/UV/gcidir/include/chars.h
2024-09-09 17:51:08 -04:00

43 lines
1.3 KiB
C
Executable File

#ifndef h_chars
#define h_chars
/******************************************************************************
*
* Defined character constants
*
* Module %M% Version %I% Date %H%
*
* (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
* This is unpublished proprietary source code of Ardent Software Inc.
* The copyright notice above does not evidence any actual or intented
* publication of such source code.
*
*******************************************************************************
*
* Maintenence log - insert most recent change descriptions at top
*
* Date.... GTAR# WHO Description.........................................
* 10/14/98 23801 SAP Change copyrights.
* 02/05/93 12305 JC Added extra chars for IMP heading. see VMDOC 1009
* 10/01/91 8657 JSM Added CHR_200
* 07/25/88 - - Maintenence log purged at 5.2.1, see release 5.1.10.
*
*****************************************************************************/
#define CHR_377 '\377'
#define CHR_376 '\376'
#define CHR_375 '\375'
#define CHR_374 '\374'
#define CHR_373 '\373'
#define CHR_372 '\372'
#define CHR_371 '\371'
#define CHR_370 '\370'
#define CHR_369 '\369'
#define CHR_368 '\368'
#define CHR_367 '\367'
#define CHR_366 '\366'
#define CHR_365 '\365'
#define CHR_200 '\200'
#endif /* end of chars.h */